auto-sync: 2026-05-18 23:27:09

This commit is contained in:
cfdaily
2026-05-18 23:27:09 +08:00
parent 1f44698134
commit 3dc054b359
+1 -1
View File
@@ -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] = []