简体   繁体   中英

Autoscaling workers for delayed_job in Rails 3

I've been using collectiveidea 's fork of delayed_job as a gem in my Rails 3 app, and it's working fine. I'm now looking for a solution to autoscale workers, specifically for Heroku. I've given pedro 's fork a try but since it's written for Rails 2, using it throws lots of errors and warnings about deprecated methods and I haven't been able to get it to work successfully.

Is there a working solution for Rails 3 delayed_job with autoscaling workers?

你可能想看看没用的东西 ,它是我在这一点上见过的唯一一个Rails3工作器自动跟踪器

Specifically for heroku, check out "HireFire - The Heroku Worker Manager" and hirefireapp service:

I've started working on a gem called Komodo to perform that very same task for un upcoming project at work. However, since we've only just started on the project, the gem is still very, very early - and untested.

I should see some consistent updating over the next couple of weeks though - would certainly appreciate any feedback or contributions! :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM