From 0c57908e7847a4a49eee62d43041b6c801fc96e5 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Mon, 18 May 2026 11:42:53 +0800 Subject: [PATCH] auto-sync: 2026-05-18 11:42:53 --- 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 6eb3651..16c076d 100644 --- a/src/daemon/ticker.py +++ b/src/daemon/ticker.py @@ -358,7 +358,7 @@ class Ticker: # ------------------------------------------------------------------ async def _dispatch_pending(self, db_path: Path, - project_id: str, + project_id: str) -> List[str]: """扫描 pending 任务并调度""" queries = Queries(db_path) pending = queries.pending_dispatchable()