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: 93,341 of 187,239
Downloads: 8,722

Daily

Ranking: 58,247 of 187,224
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,973,208,875bundler
101,151,901,046rake
27919,404,019rspec
99421,205,239simplecov
156285,170,445sidekiq
218200,097,374colored2
224195,227,615yard
257174,790,916state_machines
293150,784,305dry-configurable
48293,191,129rspec-its

Owners

#GravatarHandle
1iconkigster