smile / ez-uicron-bundle
Cron scheduler for eZ Platform 6.x
Installs: 92
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 1
Open Issues: 1
Type:ezplatform-bundle
Requires
- php: ~5.6|~7.0
- doctrine/orm: ^2.4
- ezsystems/ezpublish-kernel: ~6.7
- smile/cron-bundle: ^1.0
README
eZ Platform Cron Scheduler Bundle
Description
This bundle offer a command that you should use as a cronjob :
* * * * * cd <your_project_root> && php app/console smileez: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.
You will have UI to enable/disable, chage expression and cron arguments