ab-v3 left 36 ark empty + 15 timeout + 4 429 + 6 deepseek empty + 4 minimax timeout AFTER the existing retries=1 fired 88 times. Linear backoff 250ms*(attempt+1) was too tight when stepping up to retries=2 (500ms then 750ms isn't a typical Ark recovery window). Switches to exponential 250ms*4^attempt — 250 / 1000 / 4000ms spacing — and bumps ark + deepseek to retries=2. minimax opts in to retries=1 (its 4 errors were wall-clock timeouts, not the model's <think> truncation that retry can't fix anyway). 10 existing retry tests still pass; the retries=2 case now sleeps 1.25s instead of 0.75s, still well under vitest's default timeout. |
||
|---|---|---|
| .. | ||
| ab-corpus | ||
| bundle-skill.ts | ||
| ensure-agent-native.cjs | ||
| patch-srvx-bun.ts | ||
| publish-beta.sh | ||
| unpublish.sh | ||