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
5d9b462e2c
commit
ac6bb97b58
1 changed files with 3 additions and 1 deletions
|
@ -104,6 +104,8 @@ func Breaker(c Circuit, failureThreshold uint32) Circuit {
|
|||
}
|
||||
```
|
||||
|
||||
## Related Works
|
||||
## Related Contents
|
||||
|
||||
- [Circuit Breaker Pattern](https://docs.microsoft.com/en-us/previous-versions/msp-n-p/dn589784(v=pandp.10)?redirectedfrom=MSDN)
|
||||
|
||||
- [sony/gobreaker](https://github.com/sony/gobreaker) is a well-tested and intuitive circuit breaker implementation for real-world use cases.
|
||||
|
|
Loading…
Add table
Reference in a new issue