生成记录接口兼容图片类型|CHAT对话生成视频/图片任务API+celery异步模块完成
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"""Celery task module imports.
|
||||
|
||||
Celery autodiscover imports ``app.tasks``; importing task modules here ensures
|
||||
custom named tasks are registered when workers start.
|
||||
"""
|
||||
|
||||
try:
|
||||
from app.tasks import generation_create_tasks, generation_poll_tasks, generation_download_tasks # noqa: F401
|
||||
except Exception:
|
||||
# Keep application importable even when optional Celery dependencies/config are absent.
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user