CronBundle

UNIX name Owner Status
CronBundle eZ Ecosystem stable
Version Compatible with
N/A N/A
Interested in this extension? Sponsor it!

SmileCronBundle

Cron Bundle scheduler

Description

This bundle offer a command that you should use as a cronjob :

* * * * * cd && 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

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

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.