Skip to content

Commit 8da9866

Browse files
authored
Update 2025-03-25-pause-purge-queues.mdx
1 parent e3c4166 commit 8da9866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ 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
12-
* If you've pushed invalid messages to a queue due to a code change during development, and need to clean up a queue without re-creating the queue
13-
* Your queue has a backlog that is stale and you want to clean it up to allow new messages to be delivered
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
13+
* 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.
1616
```bash title="Pause and resume a queue"

0 commit comments

Comments
 (0)