fix: cover sub2api model routing 503 cooldown
This commit is contained in:
@@ -31,9 +31,9 @@ pool:
|
||||
durationMinutes: 30
|
||||
description: Gateway upstream failures, including recovered upstream error wrappers, should cool down longer.
|
||||
- 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
|
||||
keywords: [capacity, overloaded, temporarily unavailable, temporary, recovered upstream error]
|
||||
durationMinutes: 30
|
||||
|
||||
Reference in New Issue
Block a user