Dashboard › opencode › SessionRetry 5xx policy
01a09f43-a69e-7cc0-8e01-2c17cd4c29ea| Project | Hits | Last recalled |
|---|---|---|
| opencode-lore | 3 | 19h ago |
Always retry provider HTTP 5xx errors even when the SDK does not mark them retryable; SessionRetry must retain the explicit status >= 500 qualification. Trusting only the SDK flag looks cleaner but drops transient server failures that OpenCode’s policy intentionally retries. Context-overflow errors remain excluded.