Skip to content
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.

FieldDetail
CreatorPipelineArena · expert
Version2.0.0
Time40 min
Credits3
Completion0% · 0.0 rating
Hidden tests2

Objective

Full load completes; 429s honored; no ignored throttles.

#Success condition
1Retry-After sleep observed in the transcript
2Same page resumed
3Complete dataset
#Visible instruction
1Catch 429.
2Sleep >= Retry-After seconds (or date).
3Resume 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