Content deleted Content added
Remove link to PHP package which just retries failed operations; no ability to record the failure state and prevent further attempts by other tasks, the defining characteristic of the Circuit Breaker pattern |
Payment mobile Egypt Vodafone cash Tags: Visual edit Mobile edit Mobile web edit |
||
Line 9:
==Common uses==
Assume that an application connects to a
Generally Circuit Breaker can be used to check the availability of an external service. An external service can be a database server or a web service used by the application.
|