TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

7 点作者 sumeetjain将近 14 年前
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.<p>If you can, some details about your Dyno usage and app load would be interesting to know too.

3 条评论

meskyanichi将近 14 年前
You might've already seen this, but if not, this is pretty interesting to see: <a href="http://success.heroku.com/" rel="nofollow">http://success.heroku.com/</a><p>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.
评论 #2809281 未加载
ApolloRising将近 14 年前
It's not the Dyno cost that will hurt, the database cost is the one where you will end up paying for an intensive site generally.
sumeetjain将近 14 年前
All of my apps get minor traffic only. The most popular one gets less than 1000 unique visitors per day and runs on 1 Dyno.