Live data from Hacker News

Ask HN: How many Dynos does your Heroku app use?

news.ycombinator.com

1–5 of 5 posts

Ask HN: How many Dynos does your Heroku app use?

#1
I host all of my Rails apps on Heroku, and they all perform well on 1 Dyno. I'm curious to know what some of you have found to be the needed number of Dynos for your apps - many of which I'm sure are more intensive than mine.

If you can, some details about your Dyno usage and app load would be interesting to know too.

Re: Ask HN: How many Dynos does your Heroku app use?

#3
You might've already seen this, but if not, this is pretty interesting to see: http://success.heroku.com/

Click on the "Read Success Story" links for each app. It shows how many web dynos, worker dynos, and what add-ons and database are being used. Might also provide some information in the actual "story" regarding traffic and what not.

Re: Ask HN: How many Dynos does your Heroku app use?

#4

You might've already seen this, but if not, this is pretty interesting to see: http://success.heroku.com/ Click on the "Read Success Story" links for each app. It shows how many web dynos, worker dynos, and what add-ons and database are being used. Might also provide some information in the actual "story" regarding traffic and what not.

[deleted]