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,746 of 189,968
Downloads: 9,328

Daily

Ranking: 83,278 of 189,933
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,223,052,755bundler
81,249,142,844rake
29955,025,919rspec
99447,835,857simplecov
157303,258,682sidekiq
217216,474,487colored2
227208,642,318yard
274177,865,569state_machines
292166,716,710dry-configurable
50396,877,337rspec-its

Owners

#GravatarHandle
1iconkigster