mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Tone down the messaging a bit
This commit is contained in:
parent
431d3929fe
commit
f58b7efa58
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ Sidekiq
|
|||
|
||||
Simple, efficient message processing for Ruby.
|
||||
|
||||
Sidekiq aims to be a drop-in replacement for Resque. It uses the exact same
|
||||
message format as Resque so it can slowly replace an existing Resque processing farm.
|
||||
Sidekiq aims to be compatible with Resque. It uses the exact same
|
||||
message format as Resque so it can integrate into an existing Resque processing farm.
|
||||
You can have Sidekiq and Resque run side-by-side at the same time and
|
||||
use the Resque client to enqueue messages in Redis to be processed by Sidekiq.
|
||||
|
||||
|
|
Loading…
Reference in a new issue