[ 原始碼: ruby-gitlab-sidekiq-fetcher ]
套件:ruby-gitlab-sidekiq-fetcher(0.9.0-3)
ruby-gitlab-sidekiq-fetcher 的相關連結
Debian 的資源:
下載原始碼套件 ruby-gitlab-sidekiq-fetcher:
- [ruby-gitlab-sidekiq-fetcher_0.9.0-3.dsc]
- [ruby-gitlab-sidekiq-fetcher_0.9.0.orig.tar.gz]
- [ruby-gitlab-sidekiq-fetcher_0.9.0-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [gitlab.com]
相似套件:
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.
其他與 ruby-gitlab-sidekiq-fetcher 有關的套件
|
|
|
|
-
- dep: ruby-json (>= 2.5)
- JSON library for Ruby
-
- dep: ruby-sidekiq (>= 6.1)
- Simple, efficient background processing for Ruby