smile / ez-uicron-bundle
This package is abandoned and no longer maintained.
The author suggests using the edgar/ez-uicron-bundle package instead.
Cron scheduler for eZ Platform 6.x
Package info
github.com/Smile-SA/EzUICronBundle
Type:ezplatform-bundle
pkg:composer/smile/ez-uicron-bundle
1.0.5
2017-03-03 21:20 UTC
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