ruby-sidekiq 6.5.7+dfsg3-3 source package in Ubuntu
Changelog
ruby-sidekiq (6.5.7+dfsg3-3) unstable; urgency=medium * Team upload. * d/control: fix dep name for ruby-connection-pool (Closes: #1039921) -- Mohammed Bilal <email address hidden> Sun, 23 Jul 2023 18:42:19 +0530
Upload details
- Uploaded by:
- Debian Ruby Extras Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-sidekiq_6.5.7+dfsg3-3.dsc | 2.4 KiB | 328ba3b4fc40b5b19489497c2bd644de13f661883e1a3fddd65e47c6152b0967 |
ruby-sidekiq_6.5.7+dfsg3.orig.tar.xz | 149.0 KiB | eb907fa2a9e6185ea3d64fd699ee17a9dd5be512c3193d2b8c96efb2fe98ea03 |
ruby-sidekiq_6.5.7+dfsg3-3.debian.tar.xz | 4.9 KiB | 89fb18f55a9a49117a80a997d48dad2d62f44d19c0796e16b9e1670dbace5e0c |
Available diffs
- diff from 6.4.1+dfsg-1 to 6.5.7+dfsg3-3 (52.6 KiB)
- diff from 6.5.7+dfsg3-2 to 6.5.7+dfsg3-3 (568 bytes)
No changes file available.
Binary packages built by this source
- ruby-sidekiq: 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.