CronExpressionBundle
CronExpressionBundle copied to clipboard
Connect this with Symfony Scheduler?
would it make sense to have the Entries that have Cron Expression as Properties to be able to be used with Symfony Scheduler?
Currently i have written my own Cron Command, getting the Cron Expression from Entities, and then run a single command on them
The Question there is if this bundle should/could make this task easier?