ruby-sidekiq 6.5.10+dfsg-1 source package in Ubuntu

Changelog

ruby-sidekiq (6.5.10+dfsg-1) unstable; urgency=medium

  * New upstream version 6.5.10+dfsg

 -- Pirate Praveen <email address hidden>  Sat, 30 Dec 2023 14:41:09 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sidekiq_6.5.10+dfsg-1.dsc 2.4 KiB c3aa66e3e2078e83092ea714fdc6d6b0d7d567e1e13a6688d47c0713034ea09e
ruby-sidekiq_6.5.10+dfsg.orig.tar.gz 174.9 KiB 15bf12095bd022c2ce3eb6f9495a9786b9c17396a94148473159e006a39be6c1
ruby-sidekiq_6.5.10+dfsg-1.debian.tar.xz 4.9 KiB 48153016cb001ca2d70d470f14255a3dc33b728093e532be3f8c9147b92fec1b

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.