smile / cron-bundle
Cron scheduler
Installs: 112
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 8
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.0
- doctrine/orm: ^2.4
- mtdowling/cron-expression: ^1.1
README
Cron Bundle scheduler
Description
This bundle offer a command that you should use as a cronjob :
* * * * * cd <your_project_root> && php app/console smile:crons:run
This command will list all commands extending "CronAbstract" class and defined as service tagged with "smile.cron".
You can define specific cron expression for each command as cron and prioritize them.
Documentation
Changelog
1.0.1 -> 1.0.3
- update composer dependencies
- update docs
1.0.0 -> 1.0.1
- cron commands are now queued : add specific entity to register when cron commands are queued, started and ended. Prevent multiple cron command call while not ended.
- change smile:cron command to smile:crons:run command
- add smile:crons:status command