Ask HN: Retry Using a Third Party Service
Most of the time in code, we face situation where we need to retry, maybe its an api call timeout or db query timeout or any other failure case. Usually retry is done using in built functions like setTimeout/setInterval (which excessive use might result in event loop lag) in nodejs or writing custom retry service. I was wondering if anybody would like to try or have tried third part retry service, which can retry your use case (configurable to exponential or linear backoff).
Any suggestion comment would be helpful.
0 comments
[ 2.6 ms ] story [ 7.3 ms ] threadNo comments yet.