auto-sync: 2026-05-18 23:27:09
This commit is contained in:
@@ -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] = []
|
||||
|
||||
Reference in New Issue
Block a user