Skip to content

Commit 8625296

Browse files
committed
updated language
1 parent 4ed3049 commit 8625296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelogs-next/2025-02-13-customize-queue-retention-period.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ By default, Queues retain messages for a default of 4 days. Previously, it was i
1414

1515
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.
1616

17-
You can customize the retention period in the Queues setting on the dashboard, or using Wrangler:
17+
You can customize the retention period on the Queues settings page on the dashboard, or using Wrangler:
1818
```bash title="Update message retention period"
1919
$ wrangler queues update my-queue --message-retention-period 5d
2020
```

0 commit comments

Comments
 (0)