a retry back-off delay type where constant uses the same delay each time, linear adds the start delay to the previous on each iteration and exponential doubles the previous delay
constant
linear
exponential
Generated using TypeDoc
a retry back-off delay type where
constantuses the same delay each time,linearadds the start delay to the previous on each iteration andexponentialdoubles the previous delay