[ ソース: ruby-sidekiq ]
パッケージ: ruby-sidekiq (6.4.1+dfsg-1)
ruby-sidekiq に関するリンク
Debian の資源:
ruby-sidekiq ソースパッケージをダウンロード:
- [ruby-sidekiq_6.4.1+dfsg-1.dsc]
- [ruby-sidekiq_6.4.1+dfsg.orig.tar.xz]
- [ruby-sidekiq_6.4.1+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: ruby
- オブジェクト指向スクリプト言語 Ruby のインタプリタ (デフォルト版)
-
- dep: ruby-connection-pool (>= 2.2.2)
- generic connection pool for ruby
-
- dep: ruby-rack (>= 2.0)
- modular Ruby webserver interface
-
- dep: ruby-redis (>= 4.2.0)
- Ruby client library for Redis