mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
NO LONGER MAINTAINED Recurring jobs for Sidekiq
1d6a20706f
Conflicts: lib/sidetiq/schedulable.rb |
||
---|---|---|
examples | ||
lib | ||
tasks | ||
test | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
Gemfile | ||
LICENSE | ||
Rakefile | ||
README.md | ||
sidetiq.gemspec |
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