[ 源代码: 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