tags:

views:

46

answers:

1

Heroku allows you to add and remove dynos and workers on the fly and charges you per second that each is used. Is it possible to set up my app so that it can add/remove dynos and workers from itself depending on the load it's under via some sort of heroku api?

+2  A: 

Check out

http://github.com/ddollar/heroku-autoscale http://github.com/pedro/delayed_job/tree/autoscaling

David Dollar