fix: cover sub2api model routing 503 cooldown
This commit is contained in:
@@ -684,9 +684,9 @@ export function defaultCodexTempUnschedulablePolicy(): CodexTempUnschedulablePol
|
||||
},
|
||||
{
|
||||
statusCode: 503,
|
||||
keywords: ["capacity", "overloaded", "temporarily unavailable", "temporary", "upstream", "recovered upstream error"],
|
||||
keywords: ["capacity", "overloaded", "temporarily unavailable", "temporary", "upstream", "recovered upstream error", "model_not_found", "no available channel for model"],
|
||||
durationMinutes: 30,
|
||||
description: "Service unavailable responses should cool down longer than one-off transient failures.",
|
||||
description: "Service unavailable and upstream model-routing failures should cool down longer than one-off transient failures.",
|
||||
},
|
||||
{
|
||||
statusCode: 529,
|
||||
|
||||
Reference in New Issue
Block a user