Ask HN: Modern Node.js Request Fault Tolerance Library? Curious if anyone knows of a modern request fault tolerance library of framework for Node.js? Something akin to what [Hystrix] was for the Java ecosystem. |
Ask HN: Modern Node.js Request Fault Tolerance Library? Curious if anyone knows of a modern request fault tolerance library of framework for Node.js? Something akin to what [Hystrix] was for the Java ecosystem. |
The node library "got" is a good alternative to the "request" node library and will retry automatically the HTTP requests that failed for technical reasons.