From fee6213003f48d47ce1b3298607bda4cf9ede2c9 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:12:08 -0500 Subject: [PATCH] Add retry article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2e895f..7d69dd4 100644 --- a/README.md +++ b/README.md @@ -1894,6 +1894,7 @@ Articles: - Circuit breaker - [Rate limiter algorithms](https://smudge.ai/blog/ratelimit-algorithms) (and their [implementation](https://github.com/upstash/ratelimit-js/blob/main/src/lua-scripts/single.ts)) - [Load Balancing](https://samwho.dev/load-balancing/): a visual exploration of load balancing algos +- [Good Retry, Bad Retry: An Incident Story](https://medium.com/yandex/good-retry-bad-retry-an-incident-story-648072d3cee6): insightful, well-written story about retries, circuit breakers, deadline, etc. #### Microservices/splitting a monolith