Skip to content

Commit 4b0ce9f

Browse files
authored
Update 2025-02-14-customize-queue-retention-period.mdx
1 parent 16f7843 commit 4b0ce9f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

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

9-
You can customize a Queue's message retention period, from a minimum of 60 seconds to a maximum of 14 days. [Learn more about configuring Queues](/queues/configuration/configure-queues#queue-configuration).
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 fixed to the default of 4 days.
1010

11-
![Customize a Queue's message retention period](~/assets/images/queues/customize-retention-period.png)
12-
13-
By default, Queues retain messages for 4 days. Previously, it was impossible to change the retention period.
11+
You can customize the retention period on the Queues settings page on the dashboard or using Wrangler:
1412

15-
With this update, you can retain messages for up to 14 days. Or if you want your consumer to only consume newer messages, you can set the message expiry period to be as short as 60 seconds.
13+
![Customize a Queue's message retention period](~/assets/images/queues/customize-retention-period.png)
1614

17-
You can customize the retention period on the Queues settings page on the dashboard or using Wrangler:
1815
```bash title="Update message retention period"
1916
$ wrangler queues update my-queue --message-retention-period-secs 600
2017
```

0 commit comments

Comments
 (0)