Add retry article

This commit is contained in:
Charles-Axel Dein 2024-11-04 09:12:08 -05:00
parent 194d03f8c7
commit fee6213003
No known key found for this signature in database

View File

@ -1894,6 +1894,7 @@ Articles:
- Circuit breaker - 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)) - [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 - [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 #### Microservices/splitting a monolith