Skip to content

Commit 6157f96

Browse files
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#8004
1 parent 58d5912 commit 6157f96

File tree

14 files changed

+1903
-751
lines changed

14 files changed

+1903
-751
lines changed

enums/v1/task_queue.go-helpers.pb.go

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enums/v1/task_queue.pb.go

Lines changed: 77 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proxy/service.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

taskqueue/v1/message.go-helpers.pb.go

Lines changed: 148 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)