Skip to content

Commit 018b6dd

Browse files
committed
Updated rate limits
1 parent d26bb4b commit 018b6dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/content/docs/queues/platform/limits.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { Render, WranglerConfig } from "~/components"
2525
| [Consumer CPU time](/workers/platform/limits/#cpu-time)| 30 seconds (default). [Configurable to 5 minutes](/queues/platform/limits/#increasing-queue-consumer-worker-cpu-limits) |
2626
| `visibilityTimeout` (pull-based queues) | 12 hours |
2727
| `delaySeconds` (when sending or retrying) | 12 hours |
28+
| Requests to the Queues API (excluding pull consumer operations)<sup>6</sup> | [1200 requests / 5 mins](/fundamentals/api/reference/limits/) |
2829

2930

3031
<sup>1</sup> 1 KB is measured as 1000 bytes. Messages can include up to \~100 bytes of internal metadata that counts towards total message limits.
@@ -37,6 +38,8 @@ import { Render, WranglerConfig } from "~/components"
3738

3839
<sup>5</sup> Refer to [Workers limits](/workers/platform/limits/#cpu-time).
3940

41+
<sup>6</sup> [Pull Consumers](/queues/configuration/pull-consumers) allow you to consume messages from a queue over HTTP. Pulls, acknowledgements, and retries over HTTP are not subject to the API rate limit.
42+
4043
<Render file="limits_increase" product="workers" />
4144

4245
### Increasing Queue Consumer Worker CPU Limits

0 commit comments

Comments
 (0)