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: 96,035 of 180,534
Downloads: 7,384

Daily

Ranking: 102,580 of 180,529
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,085,680,397bundler
16856,806,105rake
23769,475,710rspec
102312,747,334simplecov
143222,800,332sidekiq
211148,948,565state_machines
222142,522,946yard
233136,193,390colored2
300106,745,570dry-configurable
40978,851,469rspec-its

Owners

#GravatarHandle
1iconkigster