Gems/Services for autoscaling Heroku's dynos and workers

前端 未结 5 1621
南笙
南笙 2020-12-13 15:07

I want to know if there are any good solutions for autoscaling dynos AND workers on Heroku in a production environment (probably a different solution for each of those, as t

5条回答
  •  借酒劲吻你
    2020-12-13 16:05

    I've recently written a heroku auto scaling system called Heroku Vector:

    https://github.com/wpeterson/heroku-vector

    It allows you to scale multiple types of dynos based on different traffic sources. It currently supports NewRelic throughout and Sidekiq number of busy threads. As traffic goes up or down, it will scale the number of dynos up or down. It's a daemon process that can be run in its own dyno on Heroku or elsewhere.

提交回复
热议问题