From acd08260f5047b1e84bc29d6450752dcb85e2cb6 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Tue, 8 May 2018 19:32:12 +0800 Subject: [PATCH] Scaling High-Availability Infrastructure in the Cloud at Twilio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 38d1fda..e25b3ca 100644 --- a/README.md +++ b/README.md @@ -412,6 +412,7 @@ An updated and curated list of selected readings to illustrate best practices in * [Backends High Availability at BlaBlaCar](https://medium.com/blablacar-tech/the-expendables-backends-high-availability-at-blablacar-8cea3b95b26b) * [Chubby: Lock Service for Loosely Coupled Distributed Systems at Google](https://blog.acolyer.org/2015/02/13/the-chubby-lock-service-for-loosely-coupled-distributed-systems/) * [Tips for High Availability at Netflix](https://medium.com/@NetflixTechBlog/tips-for-high-availability-be0472f2599c) +* [Scaling High-Availability Infrastructure in the Cloud at Twilio](https://www.twilio.com/engineering/2011/12/12/scaling-high-availablity-infrastructure-in-cloud) ## Stability * [Circuit Breaker](https://martinfowler.com/bliki/CircuitBreaker.html)