Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer Judge <[email protected]>
  • Loading branch information
ShahabT and Sushisource authored Feb 5, 2025
1 parent 5e42a96 commit b9473fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions temporal/api/workflowservice/v1/request_response.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,7 @@ message SetWorkerDeploymentCurrentVersionRequest {
// Optional. The identity of the client who initiated this request.
string identity = 5;
// Optional. By default this request would be rejected if not all the expected Task Queues are
// being polled by the new Version, to protects against accidental removal of Task Queues, or
// being polled by the new Version, to protect against accidental removal of Task Queues, or
// worker health issues. Pass `true` here to bypass this protection.
// The set of expected Task Queues is the set of all the Task Queues that were ever poller by
// the existing Current Version of the Deployment, with the following exclusions:
Expand Down Expand Up @@ -2064,7 +2064,7 @@ message SetWorkerDeploymentRampingVersionRequest {
// Optional. The identity of the client who initiated this request.
string identity = 6;
// Optional. By default this request would be rejected if not all the expected Task Queues are
// being polled by the new Version, to protects against accidental removal of Task Queues, or
// being polled by the new Version, to protect against accidental removal of Task Queues, or
// worker health issues. Pass `true` here to bypass this protection.
// The set of expected Task Queues equals to all the Task Queues ever polled from the existing
// Current Version of the Deployment, with the following exclusions:
Expand Down

0 comments on commit b9473fd

Please sign in to comment.