Parse.com 服务中的(额外请求)是什么意思?

What does (extra requests) mean in Parse.com services?

在 Parse 的定价常见问题解答中提到 "If your app hits its request limit, your extra requests will begin to fail with error code 155 (RequestLimitExceeded)"。

(额外请求)是什么意思?

它们是在同一分钟内发出的请求吗?日?月?或在请求限制增加之前发出的所有其他请求?

来自Parse.com FAQs

The request limit is calculated on a per-minute basis. For example, if an app is set to 30 requests/second, your app will hit its request limit once it makes more than 1,800 requests over a 60 second period. If your app hits its request limit, your extra requests will begin to fail with error code 155 (RequestLimitExceeded). To prevent the requests from failing you should adjust the request limit slider for the relevant app on the Account Overview page. Please note that you can see your actual requests/second on the Performance Analytics tab.

您的计划支持每秒一定数量的请求。 额外请求 是在达到您的计划定义的限制后开始的所有请求。如上所述,它是按分钟计算的:如果每分钟使用 API 密钥发出的请求超过 60 * your rate per second,则其中一些将是 额外请求 失败。

FAQ 条目实际上包含一个示例:如果您的计划允许每秒发出 30 个请求,则每分钟允许 60 * 30 = 1800 个请求。一分钟后,计数器将重置。