-
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
Conversation
|
|
||
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No way to do infrastructure-as-code or persist this configuration anywhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None (yet) alas. Queue level config can't live in a wrangler.toml because multiple workers could bind to the same Queue.
src/content/changelogs-next/2025-02-13-customize-queue-retention-period.mdx
Outdated
Show resolved
Hide resolved
|
Howdy @maheshwarip, we updated the file locations so you'll need to change the folder location to |
|
Closing this PR and making a new one! |
Changelog update! Merge after Feb 13 :)