Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
随着 Heroku 上新的 Dyno 定价的公布,我对新的免费 Dyno 的机制有一些疑问。
我想知道是否可以为 Dyno 安排睡眠时间。这样我可以确保我的应用程序在我的大多数用户都在睡觉时关闭。
不,这是不可能的。您的应用会在 30 分钟内没有收到任何请求时自动休眠,并在有请求时唤醒。 如果您超出每日配额,则该应用将不会被唤醒。