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,622 of 191,175
Downloads: 9,388

Daily

Ranking: 36,253 of 191,064
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,272,137,771bundler
81,266,579,911rake
29961,938,418rspec
99452,942,183simplecov
157306,530,556sidekiq
218219,276,836colored2
227211,323,259yard
275178,481,217state_machines
290169,446,545dry-configurable
50697,497,012rspec-its

Owners

#GravatarHandle
1iconkigster