From d0c918dbdbe43e38aa3480364c7b5b8ae5dc0aff Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Mon, 2 Apr 2018 22:35:44 +0800 Subject: [PATCH] Backends High Availability at BlaBlaCar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04e1b0c..1dd2aeb 100644 --- a/README.md +++ b/README.md @@ -368,6 +368,7 @@ An updated and curated list of selected readings to illustrate High Scalability, * [Resiliency against Traffic Oversaturation at iHeartRadio](https://tech.iheart.com/resiliency-against-traffic-oversaturation-77c5ed92a5fb) * [Resiliency in Distributed Systems at GO-JEK](https://blog.gojekengineering.com/resiliency-in-distributed-systems-efd30f74baf4) * [Supporting Global Events at Facebook](https://code.facebook.com/posts/166966743929963/how-production-engineers-support-global-events-on-facebook/) +* [Backends High Availability at BlaBlaCar](https://medium.com/blablacar-tech/the-expendables-backends-high-availability-at-blablacar-8cea3b95b26b) ## Stability * [Circuit Breaker](https://martinfowler.com/bliki/CircuitBreaker.html)