付费帐户和频率调用应用程序端点的dyno小时

发布于 2025-01-22 02:51:15 字数 153 浏览 4 评论 0 原文

我是Heroku的新手,创建了一个应用程序,并在Heroku免费帐户上部署。我想将该应用程序的端点用作公开访问的端点。在Heroku文档中,提到Heroku API可以每小时为4500。我很困惑,此限制还将适用于公开访问的端点吗?

对于标准帐户/付费帐户,我们要花多少时间小时?

I am new to Heroku, created an app and deployed on heroku free account. And I want use endpoint of that app as publicly accessible endpoint. In heroku documentation it is mentioned heroku API can be called for 4500/hour. I am confused that will this limitation will be applicable to publicly accessible endpoint also?

and how much dyno hours do we get for the standard account/paid account ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拔了角的鹿 2025-01-29 02:51:15

Platform api 适用于想要编程管理应用程序的开发人员dynos等...)。在这里,最大4500次通话适用。

您开发的端点(或应用程序)没有限制,并将其暴露于用户。唯一的限制是配额,以防您使用 heroku free

付费计划没有限制:Dynos总是在运行,但无论如何它们确实每24小时重新启动(请参阅政策)

The Platform API is meant for developers who want to programmatically manage the applications (create/destroy Dynos, etc...). Here the max 4500 calls per hour applies.

There is no rate limit on the endpoints (or applications) you develop and expose to the users. The only limitation is the quota in case you use the Heroku Free tier.

Paid plans do not have restrictions: Dynos are always running but they do restart every 24hrs anyway (see Heroku Restart policy)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文