* added celery config line to mute deprecation warning

(CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP = True)
This commit is contained in:
melvinvm 2025-03-05 09:06:23 +01:00
parent dfc2fb134b
commit 34ba9bc394

View File

@ -329,6 +329,8 @@ CELERY_WORKER_SEND_TASK_EVENTS = True
CELERY_TASK_SEND_SENT_EVENT = True CELERY_TASK_SEND_SENT_EVENT = True
# https://docs.celeryq.dev/en/stable/userguide/configuration.html#worker-hijack-root-logger # https://docs.celeryq.dev/en/stable/userguide/configuration.html#worker-hijack-root-logger
CELERY_WORKER_HIJACK_ROOT_LOGGER = False CELERY_WORKER_HIJACK_ROOT_LOGGER = False
# https://docs.celeryq.dev/en/stable/userguide/configuration.html#broker-connection-retry-on-startup
CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP = True
{%- endif %} {%- endif %}
# django-allauth # django-allauth