ruby-sidekiq 6.0.4+dfsg-2 source package in Ubuntu

Changelog

ruby-sidekiq (6.0.4+dfsg-2) unstable; urgency=medium

  * Reupload to unstable

 -- Pirate Praveen <email address hidden>  Mon, 03 Aug 2020 00:21:33 +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 Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sidekiq_6.0.4+dfsg-2.dsc 2.5 KiB d7775be3b94a90fdd6ec11aeaf6641d254c6d846ade88dba07911c5d776224d9
ruby-sidekiq_6.0.4+dfsg.orig.tar.xz 133.5 KiB fcc67230e097e1ada9348f0ef7817fbf5aff7b2d4b1f4c8d4abf5b66a94ca5ec
ruby-sidekiq_6.0.4+dfsg-2.debian.tar.xz 4.3 KiB 7d582653e3aa9c0c9149bb4d22c5adf86f24938965f8155940961f854ae595d1

Available diffs

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.