From 3dc054b3590686bdd3d765228204cf2f2007bca9 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Mon, 18 May 2026 23:27:09 +0800 Subject: [PATCH] auto-sync: 2026-05-18 23:27:09 --- src/daemon/ticker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] = []