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,121 of 180,416
Downloads: 7,345

Daily

Ranking: 69,238 of 180,403
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,062,907,607bundler
16849,672,215rake
23765,945,450rspec
101310,314,184simplecov
142221,146,623sidekiq
210148,331,077state_machines
223141,339,103yard
233134,772,359colored2
300105,861,496dry-configurable
40878,476,611rspec-its

Owners

#GravatarHandle
1iconkigster