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

Installs: 91

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 8

Forks: 1

Open Issues: 1

Type:ezplatform-bundle

1.0.5 2017-03-03 21:20 UTC

This package is auto-updated.

Last update: 2022-02-01 13:03:54 UTC


README

SensioLabsInsight

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

Documentation

Documentation