AttemptParameters
Properties
baseDelay
baseDelay?: number;
The delay before the first retry, in milliseconds.
connectionTimeout
connectionTimeout?: number;
The connection timeout in milliseconds.
maxAttempts
maxAttempts?: number;
The maximum number of times the request should be attempted.
readTimeout
readTimeout?: number;
The read timeout in milliseconds.