trackkit / dispatcher/types / RetryOptions
Interface: RetryOptions
Defined in: dispatcher/types.ts:59
Properties
maxAttempts?
optionalmaxAttempts:number
Defined in: dispatcher/types.ts:60
initialDelay?
optionalinitialDelay:number
Defined in: dispatcher/types.ts:61
maxDelay?
optionalmaxDelay:number
Defined in: dispatcher/types.ts:62
multiplier?
optionalmultiplier:number
Defined in: dispatcher/types.ts:63
jitter?
optionaljitter:boolean
Defined in: dispatcher/types.ts:64
retryableStatuses?
optionalretryableStatuses:number[]
Defined in: dispatcher/types.ts:65