Skip to content

Commit 4a3c548

Browse files
committed
Modified text
1 parent f491ff9 commit 4a3c548

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Improved limits for Queues HTTP pull consumers
2+
title: Increased limits for Queues HTTP pull consumers
33
description: Each queue now supports consuming 5,000 messages per second over HTTP.
44
products:
55
- queues
@@ -25,8 +25,8 @@ curl "https://api.cloudflare.com/client/v4/accounts/${CF_ACCOUNT_ID}/queues/${QU
2525
--data '{ "visibility_timeout": 10000, "batch_size": 2 }'
2626
```
2727

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).
28+
The increased 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 at once, 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

32-
The updated limits are available today, on all new and existing queues. And if you're new to Queues, [get started with the Cloudflare Queues guide](/queues/get-started).
32+
The increased limits are available now, on all new and existing queues. And if you're new to Queues, [get started with the Cloudflare Queues guide](/queues/get-started).

0 commit comments

Comments
 (0)