Skip to content

Commit 3fb801f

Browse files
sdntsTaraGarg
andauthored
feat: Add a queues update subcommand (#8120)
* improve(wrangler): bounds checking for when setting queue delivery delay * feat(wrangler): allow overriding message retention period when creating a queue * feat(wrangler): add a new `queues update` command * chore(wrangler): queues test updates for default values --------- Co-authored-by: Tara Garg <40226290+TaraGarg@users.noreply.github.com>
1 parent 1bc60d7 commit 3fb801f

File tree

9 files changed

+516
-16
lines changed

9 files changed

+516
-16
lines changed

.changeset/early-melons-deny.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": minor
3+
---
4+
5+
Add a new `update` subcommand for Queues to allow updating Queue settings

.changeset/gentle-tables-guess.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": minor
3+
---
4+
5+
Allow overriding message retention duration when creating Queues

.changeset/sharp-numbers-search.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
Check bounds when overriding delivery delay when creating Queues

0 commit comments

Comments
 (0)