We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c80113 commit 3c83fc4Copy full SHA for 3c83fc4
1 file changed
packages/opencode/src/session/retry.ts
@@ -129,7 +129,8 @@ export function retryable(error: Err, provider: string) {
129
if (
130
lower.includes("rate increased too quickly") ||
131
lower.includes("rate limit") ||
132
- lower.includes("too many requests")
+ lower.includes("too many requests") ||
133
+ lower.includes("engine busy")
134
) {
135
return { message: msg }
136
}
0 commit comments