Linkedin

Circuit Breaker pattern

Project Overview

Project Detail

In a distributed environment, calls to remote resources and services can fail due to transient faults, such as slow network connections, timeouts, or the resources being overcommitted or temporarily unavailable. These faults typically correct themselves after a short period of time, and a robust cloud application should be prepared to handle them by using a strategy such as the Retry pattern.

https://learn.microsoft.com/en-us/azure/architecture/patterns/circuit-breaker

To know more about this project connect with us

Circuit Breaker pattern