Cron Bundle scheduler
This bundle offer a command that you should use as a cronjob :
* * * * * cd <your_project_root> && php bin/console edgar:crons:runThis command will list all commands extending "AbstractCron" class and defined as service tagged with "edgar.cron".
You can define specific cron expression for each command as cron and prioritize them.