fix(runtime-fallback): per-model cooldown and stricter retry patterns

This commit is contained in:
youming.tang
2026-02-04 15:25:25 +09:00
committed by YeonGyu-Kim
parent 1f4820dd87
commit 183b3ace5c
4 changed files with 75 additions and 51 deletions
+3 -3
View File
@@ -29,9 +29,9 @@ export const RETRYABLE_ERROR_PATTERNS = [
/overloaded/i,
/temporarily.?unavailable/i,
/try.?again/i,
/429/,
/503/,
/529/,
/\b429\b/,
/\b503\b/,
/\b529\b/,
]
/**