mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 21:14:31 +00:00
fix(failover): treat stop reason error as timeout
This commit is contained in:
@@ -641,8 +641,8 @@ const ERROR_PATTERNS = {
|
||||
"deadline exceeded",
|
||||
"context deadline exceeded",
|
||||
/without sending (?:any )?chunks?/i,
|
||||
/\bstop reason:\s*abort\b/i,
|
||||
/\breason:\s*abort\b/i,
|
||||
/\bstop reason:\s*(?:abort|error)\b/i,
|
||||
/\breason:\s*(?:abort|error)\b/i,
|
||||
/\bunhandled stop reason:\s*(?:abort|error)\b/i,
|
||||
],
|
||||
billing: [
|
||||
|
||||
Reference in New Issue
Block a user