refactor(task): move schedulers and startup/shutdown task into tasks directory

This commit is contained in:
MingxuanGame
2025-10-03 10:15:22 +00:00
parent afd5018bcd
commit fce88272b5
26 changed files with 464 additions and 480 deletions

View File

@@ -17,7 +17,7 @@ import uuid
from app.config import settings
from app.log import logger
from app.utils import bg_tasks # 添加同步Redis导入
from app.utils import bg_tasks
import redis as sync_redis