auto-sync: 2026-05-17 05:57:28

This commit is contained in:
cfdaily
2026-05-17 05:57:28 +08:00
parent 0abcadc06a
commit 6fd05a5677
+2
View File
@@ -30,6 +30,8 @@ class HealthChecker:
self._stale_ticks: Dict[str, int] = {}
# project_id → 是否已告警
self._alerted: Dict[str, bool] = {}
# project_id → 上次检查时的 event count
self._last_event_count: Dict[str, int] = {}
def check(self, project_id: str, db_path: Path,
tick_num: int) -> Dict[str, Any]: