Scaling High-Availability Infrastructure in the Cloud at Twilio

This commit is contained in:
binhnguyennus 2018-05-08 19:32:12 +08:00
parent a7446e50b7
commit acd08260f5

View File

@ -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) * [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/) * [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) * [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 ## Stability
* [Circuit Breaker](https://martinfowler.com/bliki/CircuitBreaker.html) * [Circuit Breaker](https://martinfowler.com/bliki/CircuitBreaker.html)