fix(runtime-fallback): per-model cooldown and stricter retry patterns
This commit is contained in:
committed by
YeonGyu-Kim
parent
1f4820dd87
commit
183b3ace5c
@@ -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/,
|
||||
]
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user