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,720 of 182,915
Downloads: 7,763

Daily

Ranking: 40,711 of 182,900
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,379,033,295bundler
10945,559,759rake
25813,851,472rspec
99345,185,160simplecov
144243,622,736sidekiq
220158,641,883state_machines
224157,088,179yard
226156,536,279colored2
297118,374,648dry-configurable
42883,040,602rspec-its

Owners

#GravatarHandle
1iconkigster