Skip to content

Commit d26bb4b

Browse files
committed
Small changes
1 parent 1353820 commit d26bb4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Increased limits for Queues HTTP pull consumers
3-
description: Each queue now supports consuming 5,000 messages per second over HTTP.
3+
description: Queues now supports consuming up to 5,000 messages per second per queue over HTTP.
44
products:
55
- queues
66
date: 2025-04-17 12:00:00 UTC
@@ -27,6 +27,6 @@ curl "https://api.cloudflare.com/client/v4/accounts/${CF_ACCOUNT_ID}/queues/${QU
2727

2828
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

30-
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.
30+
As always, Queues doesn't charge for data egress. Pull operations continue to be billed at the [existing rate](/queues/platform/pricing), of $0.40 / million operations.
3131

3232
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)