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

Changelog

ruby-gitlab-sidekiq-fetcher (0.5.2-1) unstable; urgency=medium

  * Drop compat file, rely on debhelper-compat and bump compat level to 12
  * New upstream version 0.5.2

 -- Pirate Praveen <email address hidden>  Wed, 04 Dec 2019 18:34:40 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-gitlab-sidekiq-fetcher_0.5.2-1.dsc 2.2 KiB 7ecb0019578ab604dcb264e5eef65d8166a0dc0e984fff429b4b88e342fdfd1c
ruby-gitlab-sidekiq-fetcher_0.5.2.orig.tar.gz 14.5 KiB adf849cdb5462219c1a6b49aae9114abd326b919d320a977f0ca4fc76f04b029
ruby-gitlab-sidekiq-fetcher_0.5.2-1.debian.tar.xz 2.0 KiB 5ad805a3d05cfe91e427f0257548d1fe54d7c431f00c4150a05bad677f3101cf

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.