mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
remove ext_celery.py
Signed-off-by: root <root@localhost.localdomain>
This commit is contained in:
parent
ec0c4a25fc
commit
de3c43c924
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user