Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How many Rails apps on 1 Heroku dyno?

Tags:

I just can't find how many apps you can host on heroku with one dyno?

I plan to host a lot of small apps with little traffic.

Thanks for your answers

like image 750
Brandom Avatar asked Feb 12 '10 09:02

Brandom


People also ask

How many requests can a Heroku Dyno handle?

Heroku Routers limit the number of active requests per dyno to 50. There is no coordination between routers, however, so this request limit is per router.

How many apps can I run on Heroku?

Verified accounts can create no more than 100 apps.

How many dynos can you have on Heroku?

By default, applications are limited to 100 total dynos across all process types. Additionally, a single process type that uses performance dynos can't be scaled to more than 10 dynos. Submit a request to raise this limit for your application.

How do you get 1000 Dyno hours on Heroku?

Free dyno hour pool This means you can receive a total of 1000 free dyno hours per month, if you verify your account with a credit card. Used free dyno hours are non-transferable.


2 Answers

One App per Dyno / subdomain.heroku.com.

like image 36
Marcel Jackwerth Avatar answered Sep 18 '22 13:09

Marcel Jackwerth


Dynos are calculated on a per application basis.

However, this doesn't mean you need to buy 3 dynos to run 3 apps. You can create 3 application each with 1 dyno.

like image 179
Simone Carletti Avatar answered Sep 19 '22 13:09

Simone Carletti