Sha256: a8b500dd9d8395963240bbc04608ba0df0a2f7f48cd043af331974c94badab33
Contents?: true
Size: 751 Bytes
Versions: 2
Compression:
Stored size: 751 Bytes
Contents
# Sidekiq::Pool Allows using more CPU cores with Sidekiq on Ruby MRI by forking multiple processes. ## Installation Add this line to your application's Gemfile: ```ruby gem 'sidekiq-pool' ``` ## Usage Help $ bundle exec sidekiq-pool -h Start pool with 3 instances $ bundle exec sidekiq-pool --pool-size 3 ## Signals Signals `USR1`, `USR2` are forwarded to the children. `TTIN` forks new child $ kill -TTIN masterpid `TTOU` kills one child $ kill -TTOU masterpid ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/laurynas/sidekiq-pool. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-pool-0.1.1 | README.md |
sidekiq-pool-0.1.0 | README.md |