smile/cron-bundle

This package is abandoned and no longer maintained. The author suggests using the edgar/cron-bundle package instead.

Cron scheduler

Installs: 110

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 8

Forks: 1

Open Issues: 0

Type:symfony-bundle

1.0.7 2017-02-05 18:47 UTC

This package is auto-updated.

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


README

SensioLabsInsight

Cron Bundle scheduler

Description

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

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