Timeouts, retries and pools · routine
The origin is slower than you thought
The API takes two seconds to answer this route. The client gives up first and then retries, which does not help. Make the request succeed without letting it run forever.
How this is graded
- Every request returns successfully inside 2350 ms
- Opens at most 1 connection
The budget is measured, not chosen: it is what a configuration that solves this actually cost, plus a little room.
The client
Capture
Nothing has run yet. Configure the client and run it — the capture is what you will be graded on.