ruby-gitlab-sidekiq-fetcher 0.8.0-1 source package in Ubuntu

Changelog

ruby-gitlab-sidekiq-fetcher (0.8.0-1) experimental; urgency=medium

  [ Cédric Boutillier ]
  * Update team name
  * Add .gitattributes to keep unwanted files out of the source package

  [ Debian Janitor ]
  * Update watch file format version to 4.
  * Remove constraints unnecessary since buster

  [ Pirate Praveen ]
  * New upstream version 0.8.0
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * Update ruby-sidekiq build depends and use ruby:Depends

 -- Pirate Praveen <email address hidden>  Thu, 18 Nov 2021 20:46:02 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Experimental
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-gitlab-sidekiq-fetcher_0.8.0-1.dsc 2.2 KiB cb20d77f61349615ff19b119ba3282390123b97096ca05eaa5eae1d75417dc67
ruby-gitlab-sidekiq-fetcher_0.8.0.orig.tar.gz 15.4 KiB 1974661af1ad7b659138de9b3fbc6609f1f279b97b9f1e4dd63d9d7ecfd666e9
ruby-gitlab-sidekiq-fetcher_0.8.0-1.debian.tar.xz 2.2 KiB 62e47b9fcdb121ed8695546db76a38680d95c9d65516d63bf6f274ef1e801d00

Available diffs

No changes file available.

Binary packages built by this source

ruby-gitlab-sidekiq-fetcher: Reliable fetch extension for Sidekiq

 This library is an extension to Sidekiq that adds support for reliable fetches
 from Redis. It's based on sidekiq-reliable-fetch.
 .
 There are two strategies implemented: Reliable fetch using `rpoplpush` command
 and semi-reliable fetch that uses regular `brpop` and `lpush` to pick the job
 and put it to working queue. The main benefit of "Reliable" strategy is that
 `rpoplpush` is atomic, eliminating a race condition in which jobs can be lost.
 .
 This package includes gitlab's fork of sidekiq-reliable-push.