Skip to content

Commit b5bf465

Browse files
authored
Update 2025-02-14-customize-queue-retention-period.mdx
1 parent 56ba238 commit b5bf465

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/changelog/queues/2025-02-14-customize-queue-retention-period.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ products:
66
date: 2025-02-14 12:00:00 UTC
77
---
88

9-
You can now customize a Queue's message retention period, from a minimum of 60 seconds to a maximum of 14 days. Previously, it was fixed to the default of 4 days.
10-
11-
You can customize the retention period using the Queues settings page on the dashboard or using Wrangler:
9+
You can now customize a queue's message retention period, from a minimum of 60 seconds to a maximum of 14 days. Previously, it was fixed to the default of 4 days.
1210

1311
![Customize a Queue's message retention period](~/assets/images/queues/customize-retention-period.png)
1412

13+
You can customize the retention period on the settings page for your queue, or using Wrangler:
14+
1515
```bash title="Update message retention period"
1616
$ wrangler queues update my-queue --message-retention-period-secs 600
1717
```
1818

19-
This feature is available on all new and existing Queues. If you haven't used Cloudflare Queues before, [get started with the Cloudflare Queues guide](/queues/get-started).
19+
This feature is available on all new and existing queues. If you haven't used Cloudflare Queues before, [get started with the Cloudflare Queues guide](/queues/get-started).

0 commit comments

Comments
 (0)