RetryPolicy

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Minimum and maximum value of the delay between retries.

Link copied to clipboard

Enabled automatic retry on HTTP 429 "Too Many Requests" error.

Link copied to clipboard

Exponential delay scaling factor.

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.