mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2024-11-25 13:16:02 +03:00
add an article link
This commit is contained in:
parent
2d9f143132
commit
085c2e8f4b
@ -15,3 +15,8 @@ Circuit Breaker Pattern 也叫断路器模式,断路器设计模式是故障
|
|||||||
如果电路连续故障超过指定的阈值,它将返回一个快速错误,一段时间后,它会重试请求并记录它。
|
如果电路连续故障超过指定的阈值,它将返回一个快速错误,一段时间后,它会重试请求并记录它。
|
||||||
|
|
||||||
上下文用于传递参数.
|
上下文用于传递参数.
|
||||||
|
|
||||||
|
|
||||||
|
这文章不错
|
||||||
|
|
||||||
|
https://blog.csdn.net/jeffrey11223/article/details/85541923
|
||||||
|
Loading…
Reference in New Issue
Block a user