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,083 of 196,721
Downloads: 10,019

Daily

Ranking: 58,818 of 196,694
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,728,237,794bundler
81,410,641,125rake
291,017,967,488rspec
98499,434,149simplecov
158335,332,496sidekiq
218244,692,259colored2
231234,658,610yard
288191,341,979dry-configurable
297183,424,210state_machines
520103,523,151rspec-its

Owners

#GravatarHandle
1iconkigster