You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelog/queues/2025-03-25-pause-purge-queues.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ date: 2025-03-27 12:00:00 UTC
8
8
9
9
[Queues](/queues/) now supports the ability to pause message delivery and/or purge (delete) messages on a queue. These operations can be useful when:
10
10
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
14
14
15
15
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.
0 commit comments