Skip to content

Commit

Permalink
update references
Browse files Browse the repository at this point in the history
  • Loading branch information
kinfinity committed Mar 20, 2024
1 parent 890efd0 commit 9bc77e1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ This repository covers several patterns implemented in Golang which have been de

# **References**

- [Release It! Second Edition - Stability Patterns by Michael Nygard](https://pragprog.com/titles/mnee2/release-it-second-edition/)
- [codecentric resilience-design-patterns](https://www.codecentric.de/wissens-hub/blog/resilience-design-patterns-retry-fallback-timeout-circuit-breaker)
- [The Resilience Patterns your Microservices Teams Should Know by Victor Rentea](https://youtu.be/IR89tmg9v3A?si=w96y4S6AbVt_CviB)
3 changes: 1 addition & 2 deletions circuitbreaker/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,4 @@ func main() {

# **References:**

- **Michael Nygard**  https://pragprog.com/titles/mnee2/release-it-second-edition/ Second Edition - Stability Patterns
- https://learn.microsoft.com/en-us/azure/architecture/patterns/circuit-breaker
- [microsoft architecture patterns circuit breaker](https://learn.microsoft.com/en-us/azure/architecture/patterns/circuit-breaker)
2 changes: 1 addition & 1 deletion retry/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ func main() {

# **References**

- https://learn.microsoft.com/en-us/azure/architecture/patterns/retry
- [microsoft architecture patterns retry](https://learn.microsoft.com/en-us/azure/architecture/patterns/retry)
2 changes: 1 addition & 1 deletion timeout/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ func main() {

# **References**

- [codecentric resilience-design-patterns](https://www.codecentric.de/wissens-hub/blog/resilience-design-patterns-retry-fallback-timeout-circuit-breaker)
- [ All you need to know about timeouts - Zalando ](https://engineering.zalando.com/posts/2023/07/all-you-need-to-know-about-timeouts.html)

0 comments on commit 9bc77e1

Please sign in to comment.