Skip to content

Commit f491ff9

Browse files
committed
Improved text
1 parent 1202122 commit f491ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/queues/2025-04-17-pull-consumer-limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ curl "https://api.cloudflare.com/client/v4/accounts/${CF_ACCOUNT_ID}/queues/${QU
2525
--data '{ "visibility_timeout": 10000, "batch_size": 2 }'
2626
```
2727

28-
To learn more about how to acknowledge / retry messages, pull batches, and setup multiple consumers, refer to the [pull consumer documentation](/queues/configuration/pull-consumers)
28+
The updated limits let you pull, acknowledge, and retry up to 5,000 messages per second per queue. To learn more about how to acknowledge / retry messages, pull batches, and setup multiple consumers, refer to the [pull consumer documentation](/queues/configuration/pull-consumers).
2929

3030
As always, Queues doesn't charge for data egress. Pull operations are billed at the [existing rate](/queues/platform/pricing), of $0.40 / million operations.
3131

0 commit comments

Comments
 (0)