Skip to content

Timeouts, retries and pools · routine

The server told you when to come back

The API is shedding load and answering 429 with a Retry-After. The client is ignoring it and guessing. Make it listen.

How this is graded

  • Every request returns successfully inside 3580 ms

The budget is measured, not chosen: it is what a configuration that solves this actually cost, plus a little room.

The client

Timeouts
Retries
Pool

Capture

Nothing has run yet. Configure the client and run it — the capture is what you will be graded on.