feat(celery): Enable sending the sent task event by default

This commit is contained in:
adinhodovic 2022-11-22 20:28:52 +01:00
parent 65ac3d8a3f
commit de48e31517

View File

@ -301,6 +301,8 @@ CELERY_TASK_SOFT_TIME_LIMIT = 60
CELERY_BEAT_SCHEDULER = "django_celery_beat.schedulers:DatabaseScheduler"
# https://docs.celeryq.dev/en/stable/userguide/configuration.html#worker-send-task-events
CELERY_WORKER_SEND_TASK_EVENTS = True
# https://docs.celeryq.dev/en/stable/userguide/configuration.html#std-setting-task_send_sent_event
CELERY_TASK_SEND_SENT_EVENT = True
{%- endif %}
# django-allauth