Heroku 上托管的 API 是否有速率限制?

Is there a rate limit for APIs hosted on Heroku?

我在 Heroku 上托管我的 API(示例端点:https://some-api.herokuapp.com/some/request)。我目前没有为 Heroku 上的任何订阅付费。

我可以拨打这个 API 的次数有限制吗,例如。每小时?

限制似乎是每小时 4500 次调用。

https://devcenter.heroku.com/articles/limits

您的应用程序可以接收的请求没有限制。您应该在自己的代码中实现速率限制。