From a0671b417b74b252a1f3d7786966ab6513000424 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 22 May 2020 14:24:57 +0800 Subject: [PATCH] Update circuit-breaker.md --- stability/circuit-breaker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stability/circuit-breaker.md b/stability/circuit-breaker.md index 06eba0b..868d608 100644 --- a/stability/circuit-breaker.md +++ b/stability/circuit-breaker.md @@ -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