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: 95,663 of 183,139
Downloads: 7,796

Daily

Ranking: 22,483 of 183,127
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,410,461,295bundler
10954,857,689rake
25818,346,165rspec
99348,601,726simplecov
145245,771,547sidekiq
222159,513,913state_machines
223158,835,230yard
225158,684,965colored2
296119,532,077dry-configurable
43183,527,944rspec-its

Owners

#GravatarHandle
1iconkigster