-
Notifications
You must be signed in to change notification settings - Fork 757
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
Add DeliveryDelay and RetryDelay to create Queue and Add Worker Consumer commands. #5102
Conversation
🦋 Changeset detectedLatest commit: fa222f2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8378697493/npm-package-wrangler-5102 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/5102/npm-package-wrangler-5102 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8378697493/npm-package-wrangler-5102 dev path/to/script.js Additional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8378697493/npm-package-create-cloudflare-5102 --no-auto-update npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8378697493/npm-package-cloudflare-kv-asset-handler-5102 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8378697493/npm-package-miniflare-5102 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8378697493/npm-package-cloudflare-pages-shared-5102 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8378697493/npm-package-cloudflare-vitest-pool-workers-5102 Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
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.
Looking good, I think there are some test failures that need to be fixed though.
68b9d1b
to
7a71f7e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5102 +/- ##
==========================================
+ Coverage 72.15% 72.27% +0.11%
==========================================
Files 317 318 +1
Lines 16369 16398 +29
Branches 4168 4174 +6
==========================================
+ Hits 11811 11851 +40
+ Misses 4558 4547 -11
|
22cc5a5
to
17dd56d
Compare
This looks solid to me, I think you are good to open it up for review by the wrangler team. |
6b56665
to
fb991c7
Compare
What does this mean?
Are you saying that you don't need to add docs for this because there are none at all yet? |
There is documentation (https://github.com/cloudflare/cloudflare-docs/blob/production/content/workers/wrangler/commands.md#queues), it's just the |
I've created an issue in the docs repo to track the addition of the OPTIONS descriptions: cloudflare/cloudflare-docs#13370. I see you have changed the title to |
cba3904
to
b3399a1
Compare
Co-authored-by: MrBBot <me@mrbbot.dev>
Co-authored-by: MrBBot <me@mrbbot.dev>
Co-authored-by: MrBBot <me@mrbbot.dev>
Co-authored-by: MrBBot <me@mrbbot.dev>
b3399a1
to
4d4af52
Compare
4d4af52
to
e12cb0f
Compare
e12cb0f
to
fa222f2
Compare
Approved under LDW with CR-850147 |
Fixes # MQ-499 internally
CR for merge under LDW: # CR-850147
What this PR solves / how to test:
Adds support for message delivery delay on create new Queue, and retry delay when create new consumer.
Author has addressed the following: