@vgerbot/async
Preparing search index...
BackOffStrategy
Type Alias BackOffStrategy
BackOffStrategy
:
"linear"
|
"exponential"
Built-in backoff strategies for retry delays.
'linear'
: delay increases linearly with each attempt (baseDelay * attempt)
'exponential'
: delay doubles with each attempt (baseDelay * 2^attempt)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@vgerbot/async
Loading...
Built-in backoff strategies for retry delays.
'linear': delay increases linearly with each attempt (baseDelay * attempt)'exponential': delay doubles with each attempt (baseDelay * 2^attempt)