You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(wrangler) remove putQueue call when deploying a worker with queue producer binding (#10288)
* MQ-861: Remove putQueue call when setting queue producer binding
* remove calls to mockPutQueueById in tests
* Update .changeset/chatty-pens-sniff.md
Co-authored-by: Pete Bacon Darwin <[email protected]>
* try to ensure that the required deploy workers job is not skipped
* test: add a waitFor around log check for email bindings
---------
Co-authored-by: Pete Bacon Darwin <[email protected]>
Co-authored-by: Peter Bacon Darwin <[email protected]>
Do not attempt to update queue producer settings when deploying a Worker with a queue binding
6
+
7
+
Previously, each deployed Worker would update a subset of the queue producer's settings for each queue binding, which could result in broken queue producers or at least conflicts where different Workers tried to set different producer settings on a shared queue.
0 commit comments