-
Notifications
You must be signed in to change notification settings - Fork 776
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wrangler support Queues http-pull consumer config and cli (#5231)
* MQ-307 Add typed consumer types and client api * MQ-307 Update queue consumer config to allow type, support http pull consumers * MQ-307 Make queue consumer type optional in config * MQ-307 Update for PR feedback * MQ-307 Add changeset * MQ-307 Update changeset to be minor bump * MQ-307 PR feedback: wrangler deploy updates an existing http-pull consumer * Use new Queues config endpoints for pull consumers * Add retry delay option for Queues http pull consumers * Fix config api field * Retry delay is always in seconds * Update snapshot
- Loading branch information
Showing
15 changed files
with
726 additions
and
48 deletions.
There are no files selected for viewing
This file contains 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,7 @@ | ||
--- | ||
"wrangler": minor | ||
--- | ||
|
||
feature: Add support for configuring HTTP Pull consumers for Queues | ||
|
||
HTTP Pull consumers can be used to pull messages from queues via https request. |
This file contains 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.