Quiz 3 Question 19 of 20

A production API service makes Claude calls and encounters a mix of 429 (rate limit), 500 (server error), and 529 (overloaded) responses. The engineering team is implementing retry logic. They observe that under sustained load, naive exponential backoff with identical retry intervals causes synchronized retry storms across 200 concurrent client instances, amplifying the 529 errors. What retry strategy resolves this?

Select an answer to reveal the explanation.

Motivation