1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: ruby-sidekiq
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 2.1~),
libjs-d3,
libjs-jquery,
libjs-jquery-timeago,
libjs-rickshaw,
libjs-bootstrap,
libjs-chart.js (>= 3.9.1+~cs3.1.2~),
procps,
redis-server,
ruby-actionmailer,
ruby-activerecord,
ruby-celluloid,
ruby-concurrent,
ruby-connection-pool (>= 2.2.5~),
ruby-coveralls,
ruby-railties,
ruby-redis,
ruby-redis-namespace (<< 2.0),
ruby-redis-namespace,
ruby-rack-protection,
ruby-sinatra,
ruby-tilt,
ruby-redis-client
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-sidekiq.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-sidekiq
Homepage: https://sidekiq.org
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-sidekiq
Architecture: all
Depends: libjs-bootstrap,
libjs-chart.js (>= 3.9.1+~cs3.1.2~),
${ruby:Depends},
${misc:Depends},
${shlibs:Depends}
Description: 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.
|