Quiz 4 Question 5 of 20

A platform engineering team is building a resilient Claude wrapper that must handle overloaded (529) responses gracefully without abandoning in-flight user requests. The system serves 10,000 concurrent users. During a 529 wave, the naive implementation attempts to queue all retries in memory, but the queue grows unbounded during sustained overload events and causes OOM crashes. What is the correct resilience architecture?

Select an answer to reveal the explanation.

Motivation