edgar/cron-bundle

Cron scheduler

Installs: 5 343

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 2

Open Issues: 2

Type:symfony-bundle

1.0.9 2019-01-13 21:08 UTC

This package is auto-updated.

Last update: 2024-03-14 08:06:54 UTC


README

Cron Bundle scheduler

Downloads Latest release License

Description

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

* * * * * cd <your_project_root> && php bin/console edgar:crons:run

This command will list all commands extending "AbstractCron" class and defined as service tagged with "edgar.cron".

You can define specific cron expression for each command as cron and prioritize them.

Documentation

Installation Usage