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,022 of 196,125
Downloads: 9,995

Daily

Ranking: 25,459 of 196,106
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,667,363,143bundler
81,394,381,169rake
291,010,713,264rspec
98493,495,493simplecov
157331,815,012sidekiq
217241,416,688colored2
230232,068,539yard
285189,105,089dry-configurable
295182,769,237state_machines
518102,760,994rspec-its

Owners

#GravatarHandle
1iconkigster