plashchynski / crono

A time-based background job scheduler daemon (just like Cron) for Rails
https://github.com/plashchynski/crono
Apache License 2.0
687 stars 56 forks source link

Support multiple nodes #32

Closed AviAlima closed 9 years ago

AviAlima commented 9 years ago

Add ability to define minimal time between job executions to support multiple corno nodes, so two different nodes will not execute the same job.

plashchynski commented 9 years ago

@AviAlima Thank you for the amazing job