1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00

Merge pull request #36 from jmettraux/master

fix tiny README typo
This commit is contained in:
Tobias Svensson 2013-09-19 23:33:44 -07:00
commit 9354bc4e08

View file

@ -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.