auto-sync: 2026-05-17 05:56:48

This commit is contained in:
cfdaily
2026-05-17 05:56:48 +08:00
parent eab4c3ccf2
commit 0abcadc06a
+4
View File
@@ -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