diff --git a/src/daemon/ticker.py b/src/daemon/ticker.py index 3b605aa..d91b259 100644 --- a/src/daemon/ticker.py +++ b/src/daemon/ticker.py @@ -320,7 +320,7 @@ class Ticker: try: result = await self.dispatcher.dispatch( task, - project_config={"project_id": project_id}, + project_config={"project_id": project_id, "db_path": db_path}, ) if result["status"] == "dispatched" and result["level"] in ("full", "escalate"): # 标记为 claimed