Skip to content

Timeouts, retries and pools · warm-up

Make the budget

Four requests against a healthy API on a 20 ms path. Every one has to come back inside the budget, and the client has to open no more connections than it needs.

How this is graded

  • Every request returns successfully inside 60 ms
  • Opens at most 1 connection
  • Leaves no connection half-open

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.