1
0
Fork 0
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:
Mike Perham 2012-08-30 21:02:49 -07:00
parent 1d3401afd6
commit 956a29fd61

View file

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