Skip to content

Commit

Permalink
Add note NextRetryDelay is not supported on the server (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Feb 27, 2024
1 parent a71e4c4 commit 54b2336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ type (
// Any value set from Workflow or LocalActivity will be silently ignored.
// It is impossible to specify immediate retry as it is indistinguishable from the default value. As a
// workaround you could set NextRetryDelay to some small value.
// NOTE: This is not currently supported by the Temporal Server as of 1.23.0.
NextRetryDelay time.Duration
}

Expand Down

0 comments on commit 54b2336

Please sign in to comment.