Retry Policy
class RetryPolicy
Properties
Link copied to clipboard
Minimum and maximum value of the delay between retries.
Link copied to clipboard
Initial retry interval. Applied before the first retry. Also used to calculate intervals for next repetitions.
Link copied to clipboard
The relative jitter factor applied to the interval.
Link copied to clipboard
Specifies the maximum number of attempts to retry a request.