remove ext_celery.py

Signed-off-by: root <root@localhost.localdomain>
This commit is contained in:
root 2024-11-11 18:26:42 +08:00
parent ec0c4a25fc
commit de3c43c924

View File

@ -43,10 +43,6 @@ def init_app(app: Flask) -> Celery:
result_backend=dify_config.CELERY_RESULT_BACKEND,
broker_transport_options=broker_transport_options,
broker_connection_retry_on_startup=True,
worker_log_format=dify_config.LOG_FORMAT,
worker_task_log_format=dify_config.LOG_FORMAT,
worker_logfile=dify_config.LOG_FILE,
worker_hijack_root_logger=False,
)
if dify_config.BROKER_USE_SSL: