How to Install and Uninstall ruby-gitlab-sidekiq-fetcher Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 16,2024

1. Install "ruby-gitlab-sidekiq-fetcher" package

In this section, we are going to explain the necessary steps to install ruby-gitlab-sidekiq-fetcher on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-gitlab-sidekiq-fetcher

2. Uninstall "ruby-gitlab-sidekiq-fetcher" package

This tutorial shows how to uninstall ruby-gitlab-sidekiq-fetcher on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove ruby-gitlab-sidekiq-fetcher $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-gitlab-sidekiq-fetcher package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-gitlab-sidekiq-fetcher
Architecture: all
Version: 0.6.1-1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 34
Depends: ruby | ruby-interpreter, ruby-sidekiq (>= 5)
Filename: pool/universe/r/ruby-gitlab-sidekiq-fetcher/ruby-gitlab-sidekiq-fetcher_0.6.1-1_all.deb
Size: 7740
MD5sum: 1f7e6887c840925f83fd82d807a17da7
SHA1: 7f8d4d909c5bc2c623939bd2c40ce497af8371bb
SHA256: a271d953ca6fb7b9d8d1a1d22c1597448ff972b6a877c74e1e350bbcec32df8c
SHA512: 4d78194c5cc7b3a88a60bb79e46718dea1cb3642af0de8dac77a5177d9280e0158e07f9528545491452deb2ce9208d056264b396092479b3893af64c189ed489
Homepage: https://gitlab.com/gitlab-org/sidekiq-reliable-fetch
Description-en: 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.
Description-md5: 44c1f6538541a3f1c05e273e15e16159
Ruby-Versions: all