Skip to content

Commit 0631f3c

Browse files
committed
Updated changelog
1 parent cfa13f7 commit 0631f3c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/content/release-notes/queues.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ productLink: "/queues/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-04-04"
9+
title: Removed API rate limits for HTTP Pull Consumers
10+
description: |-
11+
Queues has removed REST API rate limits. This includes the API requests to [pull messages](/api/resources/queues/subresources/messages/methods/pull/), and [acknowledge / retry messages](/api/resources/queues/subresources/messages/methods/ack/).
12+
13+
Previously, requests to the Queues REST API were subject to the [global rate limit of 1200 requests / 5 minutes](/fundamentals/api/reference/limits/#api-token-limits).
14+
15+
The updated limits mean that [HTTP Pull Consumers](/queues/configuration/pull-consumers) can consume messages from a queue at the same rate as the maximum queue throughput, which is [5,000 messages per second](/queues/platform/limits).
816
- publish_date: "2025-03-27"
917
title: Pause delivery and purge queues
1018
description: |-

0 commit comments

Comments
 (0)