mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2025-04-04 21:53:34 +03:00
Update circuit-breaker.md
This commit is contained in:
parent
064adb67c2
commit
a0671b417b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ document.
|
|||
## Implementation
|
||||
|
||||
Below is the implementation of a very simple circuit breaker to illustrate the purpose
|
||||
of the circuit breaker design pattern for [Circuit Breaker Pattern](https://docs.microsoft.com/en-us/previous-versions/msp-n-p/dn589784(v=pandp.10)?redirectedfrom=MSDN)
|
||||
of the circuit breaker design pattern ,Only considering Open/Closed
|
||||
|
||||
### Operation Counter
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue