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: 94,814 of 186,959
Downloads: 8,338

Daily

Ranking: 49,224 of 186,713
Downloads: 14

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,905,736,219bundler
101,128,098,871rake
27909,387,510rspec
99413,507,374simplecov
154280,170,903sidekiq
218195,693,487colored2
223191,731,040yard
250173,933,890state_machines
296146,542,746dry-configurable
47892,113,281rspec-its

Owners

#GravatarHandle
1iconkigster