[ 源代码: ruby-sidekiq ]
软件包:ruby-sidekiq(7.3.2+dfsg-1)
ruby-sidekiq 的相关链接
Debian 的资源:
下载源码包 ruby-sidekiq:
- [ruby-sidekiq_7.3.2+dfsg-1.dsc]
- [ruby-sidekiq_7.3.2+dfsg.orig.tar.xz]
- [ruby-sidekiq_7.3.2+dfsg-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [sidekiq.org]
相似软件包:
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.
其他与 ruby-sidekiq 有关的软件包
|
|
|
|
-
- dep: libjs-bootstrap
- HTML, CSS and JS framework
-
- dep: libjs-chart.js (>= 3.9.1+~cs3.1.2~)
- Simple HTML5 charts using the canvas element (Browser)
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
-
- dep: ruby-concurrent (<< 2)
- Modern concurrency tools for Ruby
-
- dep: ruby-connection-pool (>= 2.3.0)
- generic connection pool for ruby
-
- dep: ruby-logger
- 软件包暂时不可用
-
- dep: ruby-rack (>= 2.2.4)
- modular Ruby webserver interface
-
- dep: ruby-redis-client (>= 0.22.2)
- Simple low-level client for Redis 6+