Work in progress for Symfony2 Bundle for running Cron Jobs in Distributed Environment.
Current version requires also SncRedisBundle to do global lock. Locking will be moved to a separated component and abstracted.
- Create a listener for
cron.tick
event, an instance ofCronEvent
is passed as an argument - Check
$event->getCronTime()
and decide whether you need to do at the given time
Copyright Eventio Oy, Ville Mattila, 2013
Released under the The MIT License