1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-07-31 06:20:14 +02:00

feat(roadmap): add new resource to backend roadmap (#4965)

This commit is contained in:
Mateus Sampaio
2024-05-10 18:11:03 -03:00
committed by GitHub
parent c1fb58dab7
commit 8d9605658f

View File

@@ -9,3 +9,4 @@ The circuit breaker design pattern is useful for protecting a system from failur
Visit the following resources to learn more:
- [Circuit Breaker - AWS Well-Architected Framework](https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/rel_mitigate_interaction_failure_graceful_degradation.html)
- [Circuit Breaker - Complete Guide](https://mateus4k.github.io/posts/circuit-breakers/)