Preparing search index...
The search index is not available
Vlodia ORM - v0.1.0
Vlodia ORM
retry
Function retry
retry
<
T
>
(
fn
,
maxAttempts
?
,
delay
?
)
:
Promise
<
T
>
Retry function with exponential backoff
Type Parameters
T
Parameters
fn
:
(
(
)
=>
Promise
<
T
>
)
(
)
:
Promise
<
T
>
Returns
Promise
<
T
>
maxAttempts
:
number
= 3
delay
:
number
= 1000
Returns
Promise
<
T
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Vlodia ORM - v0.1.0
Loading...
Retry function with exponential backoff