[ 原始碼: ruby-sidekiq ]
套件:ruby-sidekiq(6.0.4+dfsg-2)
ruby-sidekiq 的相關連結
Debian 的資源:
下載原始碼套件 ruby-sidekiq:
- [ruby-sidekiq_6.0.4+dfsg-2.dsc]
- [ruby-sidekiq_6.0.4+dfsg.orig.tar.xz]
- [ruby-sidekiq_6.0.4+dfsg-2.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: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 套件暫時不可用
-
- dep: ruby-celluloid (>= 0.16.0)
- actor-based concurrent object framework for ruby
-
- dep: ruby-concurrent
- modern concurrency tools for Ruby
-
- dep: ruby-connection-pool (<< 3.0)
- generic connection pool for ruby
- dep: ruby-connection-pool (>= 2.2.2~)
-
- dep: ruby-json
- JSON library for Ruby
-
- dep: ruby-rack-protection (>= 1.5.0)
- Protects against typical web attacks for Rack apps
-
- dep: ruby-redis (>= 3.3.5~)
- Ruby client library for Redis
-
- dep: ruby-redis-namespace (<< 2.0)
- Namespaces commands when multiple apps access same redis server
- dep: ruby-redis-namespace (>= 1.5.2)