auto-sync: 2026-05-17 05:57:28
This commit is contained in:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user