projects / org / ezecosystem / ezuicronbundle
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
EzUICronBundle | eZ Ecosystem | stable |
Version | Compatible with |
---|---|
N/A | N/A |
eZ Platform Cron Scheduler Bundle
This bundle offer a command that you should use as a cronjob :
* * * * * cd && 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