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.
1–5 of 5 posts
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.