From 0abcadc06a8c3b206ec10e3c094acce53f67962f Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sun, 17 May 2026 05:56:48 +0800 Subject: [PATCH] auto-sync: 2026-05-17 05:56:48 --- src/daemon/health.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/daemon/health.py b/src/daemon/health.py index bbd3df2..ffb292b 100644 --- a/src/daemon/health.py +++ b/src/daemon/health.py @@ -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