-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Added changelog entry for queues message retention periods #19888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
a98ff2e
4ed3049
8625296
ffa1b06
e0dc0f6
dc28052
7706bc3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| --- | ||
| title: Customize Queue message retention periods | ||
| description: Customize the retention period for a queue, starting from 60 seconds to a maximum of 14 days. | ||
| products: | ||
| - queues | ||
| date: 2025-02-13 12:00:00 UTC | ||
| --- | ||
|
|
||
| You can customize a Queue's message retention period, starting from 60s to a maximum of 14 days. | ||
|
|
||
|  | ||
|
|
||
| By default, Queues retain messages for a default of 4 days. Previously, it was impossible to change the retention period. | ||
|
|
||
| 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. | ||
|
|
||
| You can customize the retention period on the Queues settings page on the dashboard, or using Wrangler: | ||
| ```bash title="Update message retention period" | ||
| $ wrangler queues update my-queue --message-retention-period 5d | ||
|
||
| ``` | ||
|
|
||
| This feature is available on all new and existing Queues. If you haven't used Cloudflare Queues before, [get started with our guide here](/queues/get-started). | ||
Uh oh!
There was an error while loading. Please reload this page.