Skip to content
Python ETLMediumofficialBenchmark eligiblefree

Idempotent retries

The writer fails transient 5xx then succeeds. Permanent 4xx must not retry forever. Each successful payload must land once even if the attempt is repeated.

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

Objective

Transient failures succeed; 4xx stop; destination unique; attempts logged.

#Success condition
15xx retried with bound + jitter or Retry-After
24xx not retried
3Payload unique in the destination
4run.log records attempts
#Visible instruction
1Use the flaky writer stub.
2Honor Retry-After when present.
3Make the write idempotent on payload_id.
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