edgar / cron-bundle
Cron scheduler
Installs: 5 708
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 2
Type:symfony-bundle
Requires
- php: >=7.1
- doctrine/orm: ^2.6
- mtdowling/cron-expression: ^1.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ~2.7.1
- phpunit/phpunit: ^6.4
This package is auto-updated.
Last update: 2024-10-14 09:27:50 UTC
README
Cron Bundle scheduler
Description
This bundle offer a command that you should use as a cronjob :
* * * * * cd <your_project_root> && php bin/console edgar:crons:run
This 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.