Class ExponentialBackOffRetryPolicy

Retry policy: exponential backoff This policy allow context to retry waiting exponential duration. Interval duration is: initialDelay ^ (multiplier - attemptCount)

Hierarchy

  • ExponentialBackOffRetryPolicy

Implements

Constructors

Properties

currentDelay: Duration = ...
errorsNotRetryOn: ErrorConstructor[] = []

Accessors

Methods

Generated using TypeDoc