This commit is contained in:
liaibo
2025-12-06 16:47:17 +08:00
parent 15921bfeb7
commit 9ef8e06d67
75 changed files with 559237 additions and 93 deletions
+4
View File
@@ -1 +1,5 @@
"""FastAPI 应用初始化模块。"""
# 导入 Celery 应用以确保 FastAPI 进程也加载 task_always_eager 配置。
# pylint: disable=unused-import
from app.workers.celery_app import celery_app as _celery_app # noqa: F401