fix(api): keep unknown repair on manual gate
This commit is contained in:
@@ -509,9 +509,9 @@ class FailureWatcherService(IFailureWatcher):
|
||||
"NETWORK_ERROR": "檢查網路連線,驗證 DNS 解析",
|
||||
"PERMISSION_DENIED": "檢查 RBAC 權限配置",
|
||||
"RESOURCE_ERROR": "增加資源配額或清理資源",
|
||||
"UNKNOWN": "AI 深度診斷:補抓 timeline / log / metric / PlayBook 相似案例",
|
||||
"UNKNOWN": "AI 深度診斷:補抓 timeline / log / metric / PlayBook 相似案例,人工安全閘門接手",
|
||||
}
|
||||
return suggestions.get(classification, "AI 深度診斷")
|
||||
return suggestions.get(classification, "AI 深度診斷:人工安全閘門接手")
|
||||
|
||||
async def _check_repair_cooldown(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user