API pipelinesMediumofficialBenchmark eligiblefree
HTTP 429 backoff
The mock API throttles and sends Retry-After (RFC 6585). Sleep at least that long, then resume the same page. Tight loops fail.
| Field | Detail |
|---|---|
| Creator | PipelineArena · expert |
| Version | 2.0.0 |
| Time | 40 min |
| Credits | 3 |
| Completion | 0% · 0.0 rating |
| Hidden tests | 2 |
Objective
Full load completes; 429s honored; no ignored throttles.
| # | Success condition |
|---|---|
| 1 | Retry-After sleep observed in the transcript |
| 2 | Same page resumed |
| 3 | Complete dataset |
| # | Visible instruction |
|---|---|
| 1 | Catch 429. |
| 2 | Sleep >= Retry-After seconds (or date). |
| 3 | Resume the same cursor/page. |
Hidden tests score the final tables or files, not the exact syntax you used. Test implementation is never shown to participants.
Signed-in workspace: Open in app