Configuration for retry operations

Hierarchy

  • RetryTolerance

Properties

interval?: number

How long to wait between retries (in milliseconds)

maxRetryCount?: number

How many times to retry the operation

timeout?: number

An amount of time to wait for canceling the operating (in milliseconds)

Generated using TypeDoc