Files
quak/test/api
sneak f788c0adc8
check / check (push) Successful in 31s
Harden the retry classifier and pin per-attempt deadlines (closes #80)
A POST or PUT is replayed only when every errno in the cause chain is a
connect errno, and postJSON/putJSON no longer follow redirects, so a
redirect is an ApiError that is not retried. getRetryOptions() returns
a copy. New tests pin every errno the classifier names, the cause-chain
depth limit, a two-error cycle, and a fresh deadline per attempt for
every retrying entry point. The README endpoint list is now the one
place naming the requests the replay rule covers; code comments point
to it.

Model: opus-5-5
2026-09-22 23:58:27 +00:00
..