[DRE-commits] [ruby-sidekiq] 05/06: update description
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Aug 26 11:04:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-sidekiq.
commit 8f9e18494200408d0ccfa37bcc9fac08a8d3eac4
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Aug 26 16:18:06 2014 +0530
update description
---
debian/control | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 8ea48cf..8cdfd5c 100644
--- a/debian/control
+++ b/debian/control
@@ -19,4 +19,13 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-connection-pool, ruby-celluloid, ruby-redis, ruby-redis-namespace,
ruby-json
Description: Simple, efficient background processing for Ruby
- Simple, efficient background processing for Ruby
+ Sidekiq uses threads to handle many jobs at the same time in the
+ same process. It does not require Rails but will integrate tightly with
+ Rails 3/4 to make background 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.
+ .
+ You can have Sidekiq and Resque run side-by-side at the same time and
+ use the Resque client to enqueue jobs in Redis to be processed by Sidekiq.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-sidekiq.git
More information about the Pkg-ruby-extras-commits
mailing list