Can a Heroku app add/remove dynos or workers to/from itself?
        Posted  
        
            by Kiwi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kiwi
        
        
        
        Published on 2010-06-14T18:03:16Z
        Indexed on 
            2010/06/15
            13:32 UTC
        
        
        Read the original article
        Hit count: 298
        
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.
© Stack Overflow or respective owner