mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 12:40:17 +03:00
* added celery config line to mute deprecation warning
(CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP = True)
This commit is contained in:
parent
dfc2fb134b
commit
34ba9bc394
|
@ -329,6 +329,8 @@ CELERY_WORKER_SEND_TASK_EVENTS = True
|
|||
CELERY_TASK_SEND_SENT_EVENT = True
|
||||
# https://docs.celeryq.dev/en/stable/userguide/configuration.html#worker-hijack-root-logger
|
||||
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 %}
|
||||
# django-allauth
|
||||
|
|
Loading…
Reference in New Issue
Block a user