RubyGems.org

hirefire

0.1.4

HireFire automatically "hires" and "fires" (aka "scales") Delayed Job and Resque workers on Heroku. When there are no queue jobs, HireFire will fire (shut down) all workers. If there are queued jobs, then it'll hire (spin up) workers. The amount of workers that get hired depends on the amount of queued jobs (the ratio can be configured by you). HireFire is great for both high, mid and low traffic applications. It can save you a lot of money by only hiring workers when there are pending jobs, and then firing them again once all the jobs have been processed. It's also capable to dramatically reducing processing time by automatically hiring more workers when the queue size increases.

installgem install hirefire
Authors

Michael van Rooijen

18,039 total downloads 12,781 for this version
Owners

3b520db94a0d08263122648c6755e334

Gemfile
gem "hirefire", "~> 0.1.4"
Versions
  1. 0.1.4 June 27, 2011
  2. 0.1.3 May 1, 2011
  3. 0.1.2 May 1, 2011
  4. 0.1.1 April 15, 2011
  5. 0.1.0 April 10, 2011
Runtime Dependencies
  1. heroku >= 1.4
  2. rush ~> 0.6.7