Categories: None [Edit]

sidekiq-cluster

https://rubygems.org/gems/sidekiq-cluster
https://github.com/kigster/sidekiq-cluster
This library provides CLI interface for starting multiple copies of Sidekiq in parallel, typically to take advantage of multi-core systems. By default it starts N - 1 processes, where N is the number of cores on the current system. Sidekiq Cluster is controlled with CLI flags that appear before `--` (double dash), while any arguments that follow double dash are passed to each Sidekiq process. The exception is the `-P pidfile`, which clustering script passes to each sidekiq process individually.

Total

Ranking: 91,210 of 193,756
Downloads: 9,742

Daily

Ranking: 29,880 of 193,649
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,494,238,297bundler
81,345,947,699rake
29989,540,006rspec
97475,839,609simplecov
158321,223,955sidekiq
219231,815,685colored2
226223,990,022yard
283182,319,200dry-configurable
287180,896,219state_machines
510100,505,066rspec-its

Owners

#GravatarHandle
1iconkigster