mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
commit
9354bc4e08
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ Overview
|
|||
|
||||
Sidetiq provides a simple API for defining recurring workers for Sidekiq.
|
||||
|
||||
- Cuncurrency and fault-tolerance using Celluloid actors.
|
||||
- Concurrency and fault-tolerance using Celluloid actors.
|
||||
|
||||
- Flexible DSL based on [ice_cube](http://seejohnrun.github.com/ice_cube/)
|
||||
- Flexible DSL based on [ice_cube](http://seejohnrun.github.com/ice_cube/).
|
||||
|
||||
- Distributed, Redis-based locking to synchronize multiple Sidetiq processes.
|
||||
|
||||
|
|
Loading…
Reference in a new issue