ruby-sidekiq 6.5.7+dfsg3-2 source package in Ubuntu

Changelog

ruby-sidekiq (6.5.7+dfsg3-2) unstable; urgency=medium

  * Reupload to unstable
  * Update minimum version of ruby-connection-pool to 2.2.5~
  * Drop obsolete X{S,B}-Ruby-Versions fields

 -- Pirate Praveen <email address hidden>  Tue, 13 Jun 2023 01:36:29 +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

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sidekiq_6.5.7+dfsg3-2.dsc 2.4 KiB 3f0a5d778ae878912a963cfcc076c5d23a6e49fd3d28b68f8b458864ab9a7568
ruby-sidekiq_6.5.7+dfsg3.orig.tar.xz 149.0 KiB eb907fa2a9e6185ea3d64fd699ee17a9dd5be512c3193d2b8c96efb2fe98ea03
ruby-sidekiq_6.5.7+dfsg3-2.debian.tar.xz 4.8 KiB 1f841fcbade791592c85d54e1f9d861204798744e0094e42b4c5b62f5ca737cf

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.