Skip to content

Commit b240917

Browse files
authored
Apply suggestions from code review
1 parent 8da9866 commit b240917

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/changelog/queues/2025-03-25-pause-purge-queues.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ date: 2025-03-27 12:00:00 UTC
88

99
[Queues](/queues/) now supports the ability to pause message delivery and/or purge (delete) messages on a queue. These operations can be useful when:
1010

11-
* Your consumer has a bug or downtime, and you want to stop messages from being processed temporarily while you fix the bug
12-
* If you've pushed invalid messages to a queue due to a code change during development, and you want to clean up the backlog
11+
* Your consumer has a bug or downtime, and you want to temporarily stop messages from being processed while you fix the bug
12+
* You have pushed invalid messages to a queue due to a code change during development, and you want to clean up the backlog
1313
* Your queue has a backlog that is stale and you want to clean it up to allow new messages to be consumed
1414

1515
To pause a queue using [Wrangler](/workers/wrangler/), run the `pause-delivery` command. Paused queues continue to receive messages. And you can easily unpause a queue using the `resume-delivery` command.

src/content/release-notes/queues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ entries:
1212
1313
Message delivery from a Queue to consumers can be paused / resumed. Queues continue to receive messages while paused.
1414
15-
Queues can be purged, to permanently delete all messages currently stored in a Queue. This operation is useful while testing a new application, if a queue producer was misconfigured and is sending bad messages.
15+
Queues can be purged to permanently delete all messages currently stored in a Queue. This operation is useful while testing a new application, if a queue producer was misconfigured and is sending bad messages.
1616
1717
Refer to the [documentation on Pause & Purge](/queues/configuration/pause-purge/) to learn how to use both operations.
1818
- publish_date: "2025-02-14"

0 commit comments

Comments
 (0)