Reliability
Retry Budget
Capping retries as a fraction of total traffic rather than as a fixed count per request.
Why interviewers ask about it
During a wide outage the budget empties and retries stop - the opposite of a fixed count of 3, which multiplies load exactly when the system is worst.
Related terms
This term is part of the free System Design interview preparation module - browse the full glossary for every definition.