1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00
NO LONGER MAINTAINED Recurring jobs for Sidekiq
Find a file
Tobias Svensson 3fb22a0c7f Allow failures on jruby-19mode.
This seems to quite random but should be fixed with Sidetiq's custom
recurrence DSL.
2014-06-06 11:31:31 +01:00
examples Add missing block to auto-boot the clock. 2013-09-17 14:56:33 +01:00
lib Merge pull request #87 from futhr/feature/move-inline-css 2014-06-06 11:14:29 +01:00
tasks Move Rake tasks into subfolder. 2013-09-16 16:24:13 +01:00
test Reseting schedulable keys when recurrence changed 2014-04-27 14:23:50 +04:00
.gitignore Add dump.rdb to .gitignore. 2013-03-11 10:52:45 +00:00
.travis.yml Allow failures on jruby-19mode. 2014-06-06 11:31:31 +01:00
CHANGELOG.md Fix slight formatting issue in CHANGELOG. 2014-01-21 12:01:26 -05:00
Gemfile Move development dependencies from Gemfile to gemspec. 2013-08-27 11:41:42 +01:00
LICENSE Fix licensing info. 2013-09-16 12:04:38 +01:00
Rakefile Move Rake tasks into subfolder. 2013-09-16 16:24:13 +01:00
README.md fix tiny README typo 2013-09-20 10:57:59 +09:00
sidetiq.gemspec Update IceCube to 0.12.0 2014-05-27 20:43:31 +10:00

Sidetiq

Build Status Dependency Status Coverage Status Code Climate

Recurring jobs for Sidekiq.

Overview

Sidetiq provides a simple API for defining recurring workers for Sidekiq.

  • Concurrency and fault-tolerance using Celluloid actors.

  • Flexible DSL based on ice_cube.

  • Distributed, Redis-based locking to synchronize multiple Sidetiq processes.

  • Web extension with extensive monitoring of recurring jobs.

  • Sidetiq runs in your Sidekiq processes. No extra resources required.

Usage

Please see the Sidetiq wiki for more detailed documentation and usage notes.

License

Sidetiq is released under the 3-clause BSD. See LICENSE for further details.

Author

Tobias Svensson, @tobiassvn, http://github.com/tobiassvn