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?
This paragraph on Heroku.com mentions an API, but I can't find out much more about it.