RubyGems.org

allora

0.0.6

Allora (Italian for "at that time") provides a replacement for the classic UNIX cron, using nothing but ruby. It is very small, easy to follow and relatively feature-light. It does support a locking mechanism, backed by Redis, or any other custom implementation, which makes it possible to run the scheduler on more than one server, without worrying about jobs executing more than once per scheduled time.

installgem install allora
Authors

d11wtq

7,226 total downloads 3,161 for this version
Owners

F855324f298eb7708e39ea117477cbd5

Gemfile
gem "allora", "~> 0.0.6"
Versions
  1. 0.0.6 April 25, 2012
  2. 0.0.5 April 24, 2012
  3. 0.0.4 March 13, 2012
  4. 0.0.3 March 13, 2012
  5. 0.0.2 March 13, 2012
Show all versions (6 total)
Development Dependencies
  1. redis >= 0