auto-sync: 2026-05-17 05:56:48
This commit is contained in:
@@ -84,6 +84,10 @@ class HealthChecker:
|
||||
result["zombie"] = True
|
||||
result["healthy"] = False
|
||||
result["alert_written"] = True
|
||||
elif self._alerted.get(project_id):
|
||||
# 已告警但不再重复
|
||||
result["zombie"] = True
|
||||
result["healthy"] = False
|
||||
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user