Skip to content

Commit

Permalink
Allow client to specify retry next interval
Browse files Browse the repository at this point in the history
  • Loading branch information
ast2023 committed Jan 2, 2024
1 parent 5410b2a commit 3384ea5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions temporal/api/workflowservice/v1/request_response.proto
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,11 @@ message RespondActivityTaskFailedRequest {
// always be set by SDKs. Workers opting into versioning will also set the `use_versioning`
// field to true. See message docstrings for more.
temporal.api.common.v1.WorkerVersionStamp worker_version = 6;
// next_retry_delay can be used by the client to override the activity
// retry interval calculated by the retry policy. Retry attempts will
// still be subject to the maximum retries limit and total time limit
// defined by the policy.
google.protobuf.Duration next_retry_delay = 7;
}

message RespondActivityTaskFailedResponse {
Expand Down

0 comments on commit 3384ea5

Please sign in to comment.