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,714 of 191,854
Downloads: 9,461

Daily

Ranking: 78,466 of 191,816
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,322,801,827bundler
81,285,080,020rake
29968,524,191rspec
99458,262,831simplecov
157309,944,152sidekiq
218221,999,830colored2
227214,003,049yard
278179,011,528state_machines
290172,224,237dry-configurable
50798,217,725rspec-its

Owners

#GravatarHandle
1iconkigster