Circuit Breaker Design Pattern in TS
Mostly use in backend (microservices pattern) but can be implement in Javascript
Idea is, eg: let’s say there is an api which we want to hit, so hitting the api, we get an error, so we try to hit the api for like 3 times (retries), and everytime we ...
arcade.hashnode.dev2 min read