mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Clarify that rails is not required
This commit is contained in:
parent
1d3401afd6
commit
956a29fd61
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ Sidekiq
|
|||
Simple, efficient message processing for Ruby.
|
||||
|
||||
Sidekiq uses threads to handle many messages at the same time in the
|
||||
same process. It integrates tightly with Rails 3 to make background
|
||||
message processing dead simple.
|
||||
same process. It does not require Rails but will integrate tightly with
|
||||
Rails 3 to make background message processing dead simple.
|
||||
|
||||
Sidekiq is compatible with Resque. It uses the exact same
|
||||
message format as Resque so it can integrate into an existing Resque processing farm.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue