sinclairzx81 / sidewinder

Type Safe Micro Services for Node
Other
61 stars 3 forks source link

Retry Options #35

Closed sinclairzx81 closed 1 year ago

sinclairzx81 commented 1 year ago

This PR adds the additional Retry options multiplier, minimumDelay and maximumDelay. These options can be use to specify exponential back-off retry strategies on top of the existing delay and attempts configurations.