RetryOptions
Properties
Link copied to clipboard
The number of times to retry the operation.
Link copied to clipboard
The initial interval for retrying the operation.
Link copied to clipboard
The maximum interval for retrying the operation.
Link copied to clipboard
The multiplier for the next interval.
Link copied to clipboard
The randomization factor for the next interval.
Link copied to clipboard
The random number generator for the next interval.
Link copied to clipboard
Specifies whether to retry the operation.
Functions
Link copied to clipboard
Link copied to clipboard
Generates an RetryFn for Exponential Backoff Strategy.