ruby-gitlab-sidekiq-fetcher

Reliable fetch extension for Sidekiq

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://gitlab.com/gitlab-org/sidekiq-reliable-fetch


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install ruby-gitlab-sidekiq-fetcher