mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
refactor: reorganize startup persistence boundaries
This commit is contained in:
@@ -17,7 +17,7 @@ from typing import Any, Awaitable, Callable, List, Optional, cast
|
||||
# Agent 自主定时任务在运行时调度器中的任务 ID 前缀。
|
||||
AGENT_TASK_JOB_PREFIX = "agent-task"
|
||||
|
||||
# Scheduler 类:由 startup/scheduler_initializer 在导入期注册。
|
||||
# Scheduler 类:由 startup/initializers/scheduler.py 在导入期注册。
|
||||
_scheduler_class: Any = None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user