Skip to content

Commit

Permalink
remove ext_celery.py
Browse files Browse the repository at this point in the history
Signed-off-by: root <[email protected]>
  • Loading branch information
root committed Nov 11, 2024
1 parent ec0c4a2 commit de3c43c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/extensions/ext_celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ def __call__(self, *args: object, **kwargs: object) -> object:
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:
Expand Down

0 comments on commit de3c43c

Please sign in to comment.