Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Heroku Dyno/Worker Scaling

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?

like image 535
Stythys Avatar asked Jun 23 '10 00:06

Stythys


1 Answers

For scaling worker dynos:

  • https://github.com/meskyanichi/hirefire - open source
  • http://hirefireapp.com/ - service in public beta now
like image 157
wik Avatar answered Sep 28 '22 02:09

wik