Dashboard › opencode-lore › Worker retry, urgent background, and re…
01a08798-63d8-7e74-a279-31a202931a91Urgent and background worker calls share one Claude-Code-like retry policy: honor Retry-After, otherwise use jittered exponential backoff from 500ms through 32s with up to 10 retries. Chose one policy over a fast-failing urgent/background split because OAuth and Claude-Max 429s commonly need 30–60 seconds; quick failure only piles background work onto the same rate limit.