Skip to content

Commit

Permalink
Allow client to suggest delay until next retry
Browse files Browse the repository at this point in the history
  • Loading branch information
ast2023 committed Dec 5, 2023
1 parent 0c3cbf0 commit 10bf20f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions temporal/api/failure/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ message ApplicationFailureInfo {
string type = 1;
bool non_retryable = 2;
temporal.api.common.v1.Payloads details = 3;
// next_retry_delay can be used by the client to override activity retry
// interval instead of one calculated by the retry policy set by workflow.
// Retry attempt still will be a subject to max retries limit and total
// time limit defined by the policy.
// 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 = 4;
}

Expand Down

0 comments on commit 10bf20f

Please sign in to comment.