Skip to content

trackkit / dispatcher/types / RetryOptions

Interface: RetryOptions

Defined in: dispatcher/types.ts:59

Properties

maxAttempts?

optional maxAttempts: number

Defined in: dispatcher/types.ts:60


initialDelay?

optional initialDelay: number

Defined in: dispatcher/types.ts:61


maxDelay?

optional maxDelay: number

Defined in: dispatcher/types.ts:62


multiplier?

optional multiplier: number

Defined in: dispatcher/types.ts:63


jitter?

optional jitter: boolean

Defined in: dispatcher/types.ts:64


retryableStatuses?

optional retryableStatuses: number[]

Defined in: dispatcher/types.ts:65