dev only
Scheduler
Recurring tasks with Symfony Scheduler, no system cron required.
Overview
The scheduler is based on the Symfony Scheduler component. It runs recurring tasks without relying on a system cron.
Defining a task
Tasks are defined under:
src/Scheduler/
Starting the worker
To start the worker (in development):
bin/console scheduler:consume --running-limit=1