-
Notifications
You must be signed in to change notification settings - Fork 1.2k
update queues default message retention value #12458
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
Merged
petebacondarwin
merged 14 commits into
cloudflare:main
from
jkoe-cf:jkoe/update-queues-default-message-retention-value
Feb 10, 2026
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
d1354db
Updating default queues message retention after introducing free tier
jkoe-cf 7cc6994
Updating default value text and test values
jkoe-cf 7b2dfea
Fixing typo on queues delivery delay text
jkoe-cf 6bd1a5e
Removing default value from wrangler so that the setting defaults to …
jkoe-cf a14f498
Updating changeset description with queues message retention limits
jkoe-cf 3fd0606
Updating changeset description
jkoe-cf 69a5489
Removing delivery delay default
jkoe-cf 97f5f3c
Updating changeset with more details of default value as related to f…
jkoe-cf 99b0261
Merge branch 'main' into jkoe/update-queues-default-message-retention…
vicb c628ab3
Update packages/wrangler/src/__tests__/queues/queues.test.ts
jkoe-cf 7521764
Update changeset
jkoe-cf 822e134
Update changeset
jkoe-cf 5c52f4a
Update changeset
jkoe-cf 8364b1e
Merge branch 'main' into jkoe/update-queues-default-message-retention…
jkoe-cf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| "wrangler": patch | ||
| --- | ||
|
|
||
| Remove default values for delivery delay and message retention and update messaging on limits | ||
|
|
||
| Fixes the issue of the default maximum message retention (365400 seconds) being longer than the maximum allowed retention period for free tier users (86400 seconds). | ||
|
|
||
| Previous: | ||
|
|
||
| - Wrangler set a default value of 365400 seconds max message retention if the setting was not explicitly provided in the Wrangler configuration. | ||
| - The maximum retention period was documented as 1209600 seconds for all queues users because it was required to be on paid tier. | ||
| - Wrangler also set a default value of 0 seconds for delivery delay if the setting was not explicitly provided in the Wrangler configuration. | ||
|
|
||
| Updated: | ||
|
|
||
| - Wrangler no longer sets a default value for max message retention so that the default can be applied at the API. | ||
| - The maximum retention period is now documented as 86400 seconds for free tier queues and 1209600 seconds for paid tier queues | ||
| - Wrangler also no longer sets a default value for delivery delay so that the default can be applied at the API. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
devin-ai-integration[bot] marked this conversation as resolved.
Show resolved
Hide resolved
devin-ai-integration[bot] marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.