How Uber Protects Against Retry Storms
- IntroductionRetry storms historically impact business operations and brand trust.
- While retry configuration tuning and retry budgets provide meaningful mitigation at the service level, they’re manually configured and lack visibility into cross-service amplification caused by deep dependency chains and fan-out patterns.
- As a result, it can be difficult to shield infrastructure against the domino effect triggered by a single service outage deeper in the stack.
Unverified
- IntroductionRetry storms historically impact business operations and brand trust.
- While retry configuration tuning and retry budgets provide meaningful mitigation at the service level, they’re manually configured and lack visibility into cross-service amplification caused by deep dependency chains and fan-out patterns.
- As a result, it can be difficult to shield infrastructure against the domino effect triggered by a single service outage deeper in the stack.
Sources: Uber