Config

Configuration parameters for an adaptive retry strategy

Constructors

Link copied to clipboard

Types

Link copied to clipboard
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The rate limiter which may delay initial tries or retries. Defaults to an AdaptiveRateLimiter.

Inherited properties

Link copied to clipboard

A delayer that can back off after the initial try to spread out the retries.

Link copied to clipboard

Whether long-polling operations should back off even when retry quota is exhausted.

Link copied to clipboard
open override val maxAttempts: Int

Maximum retry attempts allowed by a strategy

Link copied to clipboard

The token bucket instance. Utilizing an existing token bucket will share call capacity between scopes.

Inherited functions

Link copied to clipboard