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,434 of 193,030
Downloads: 9,642

Daily

Ranking: 43,989 of 193,008
Downloads: 5

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,424,768,626bundler
81,323,704,807rake
29980,978,640rspec
97468,610,131simplecov
158316,738,559sidekiq
218227,782,871colored2
227220,448,709yard
284180,137,248state_machines
287179,452,016dry-configurable
51099,583,108rspec-its

Owners

#GravatarHandle
1iconkigster