Commit 6157f96
committed
UpdateTaskQueueConfig api changes (#604)
_**READ BEFORE MERGING:** All PRs require approval by both Server AND
SDK teams before merging! This is why the number of required approvals
is "2" and not "1"--two reviewers from the same team is NOT sufficient.
If your PR is not approved by someone in BOTH teams, it may be summarily
reverted._
<!-- Describe what has changed in this PR -->
**What changed?**
+ Boolean field added to DescribeTaskQueue request to control sending
task queue config in the response.
+ New messages for RateLimit and TaskQueueConfig
+ UpdateTaskQueueConfig api implementation: Created a
UpdateTaskQueueConfigRequest and UpdateTaskQueueConfigResponse.
<!-- Tell your future self why have you made these changes -->
**Why?**
+ Server needs an API endpoint for update TaskQueue RateLimits.
<!-- Are there any breaking changes on binary or code level? -->
**Breaking changes**
+ No.
<!-- If this breaks the Server, please provide the Server PR to merge
right after this PR was merged. -->
**Server PR**
+ PR for persistence of TaskQueueConfigs :
temporalio/temporal#80041 parent 58d5912 commit 6157f96
File tree
14 files changed
+1903
-751
lines changed- enums/v1
- proto
- proxy
- taskqueue/v1
- temporalproto/openapi
- workflowservicemock/v1
- workflowservice/v1
14 files changed
+1903
-751
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments