Skip to content

Commit 4a502a9

Browse files
Update src/content/docs/queues/configuration/pause-purge.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 396a7c9 commit 4a502a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/queues/configuration/pause-purge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can pause delivery of messages from your Queue to any connected consumers. P
1111

1212
Queues continue to receive and store messages even while delivery is paused. Messages in a paused queue are still subject to expiry, if the messages become older than the queue message retention period.
1313

14-
Pausing affects both [push-based consumer workers](/queues/reference/how-queues-works#consumers), and [pull based consumers](/queues/configuration/pull-consumers).
14+
Pausing affects both [push-based consumer Workers](/queues/reference/how-queues-works#consumers), and [pull based consumers](/queues/configuration/pull-consumers).
1515

1616
### Pause and resume delivery using Wrangler
1717
The following command will pause message delivery from your queue:

0 commit comments

Comments
 (0)