Autoscaling workers for delayed_job in Rails 3

前端 未结 3 450
逝去的感伤
逝去的感伤 2021-02-06 16:50

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 fo

相关标签:
3条回答
  • 2021-02-06 17:29

    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! :)

    0 讨论(0)
  • 2021-02-06 17:31

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

    • https://github.com/meskyanichi/hirefire - open source
    • http://hirefireapp.com/ - service in public beta now
    0 讨论(0)
  • 2021-02-06 17:49

    You might want to take a look at workless, it's one of the only Rails3 worker autoscalers I've seen at this point.

    0 讨论(0)
提交回复
热议问题