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

Changelog

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

  * New upstream version 6.5.12+dfsg

 -- Pirate Praveen <email address hidden>  Wed, 17 Jan 2024 01:28:18 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sidekiq_6.5.12+dfsg-1.dsc 2.4 KiB da3803f01d3e3f71dc826039d44815d3aaf59ddc728e9b449de925931ac837a5
ruby-sidekiq_6.5.12+dfsg.orig.tar.gz 174.7 KiB 19820f720515521b10163fd14f06fe4878ed6e1fd1f5d4ee47dc0e699f757d2e
ruby-sidekiq_6.5.12+dfsg-1.debian.tar.xz 4.9 KiB 7a8cfcc50390c40d44f56a6861219b509dfa0b92c764b116a5b19d9a19f06c0a

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.