diff --git a/src/daemon/ticker.py b/src/daemon/ticker.py index 622e79a..320764f 100644 --- a/src/daemon/ticker.py +++ b/src/daemon/ticker.py @@ -250,7 +250,7 @@ class Ticker: def _refresh_parent_statuses(self, db_path: Path) -> List[str]: """全量扫描有子 Task 的父 Task,刷新聚合状态 - 跳过手动状态(cancelled)的父 Task。使用单连接批量处理。 + 跳过手动状态(cancelled, paused)的父 Task。使用单连接批量处理。 """ queries = Queries(db_path) refreshed: List[str] = []