Const
The multiplier to apply to the delay between subsequent retries. Optional and must be between 1 and 2.
The initial delay before the first retry attempt in milliseconds. Optional and must be between 100 and 5000 ms.
The number of retry attempts. Optional and must be between 0 and 5.
Optional
backoffThe multiplier to apply to the delay between subsequent retries. Optional and must be between 1 and 2.
Optional
initialThe initial delay before the first retry attempt in milliseconds. Optional and must be between 100 and 5000 ms.
Optional
retries?: numberThe number of retry attempts. Optional and must be between 0 and 5.
Optional
backoffThe multiplier to apply to the delay between subsequent retries. Optional and must be between 1 and 2.
Optional
initialThe initial delay before the first retry attempt in milliseconds. Optional and must be between 100 and 5000 ms.
Optional
retries?: numberThe number of retry attempts. Optional and must be between 0 and 5.
Optional retry options schema. Defines the optional retry options for HTTP requests.