agitation/cron-bundle

Installs: 275

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:symfony-bundle

1.3.3 2018-04-03 09:55 UTC

This package is not auto-updated.

Last update: 2022-07-24 12:16:10 UTC


README

Agitation is an e-commerce framework, based on Symfony2, focussed on extendability through plugged-in APIs, UIs, payment modules and other components.

AgitCronBundle

This bundle allows other components to register Unix-like cronjobs. When using this bundle, the application needs only one entry in /etc/crontab for the CLI command of this bundle:

# running the script every minute as webserver user
* * * * * www-data app/console --env=prod agit:cron:execute

All the application’s actual cronjobs are registered with a cron-like scheduling pattern through this bundle and are executed when due.