We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2cf949 commit 3ffd1d3Copy full SHA for 3ffd1d3
open_discussions/settings_celery.py
@@ -103,3 +103,6 @@
103
CELERY_RESULT_SERIALIZER = "json"
104
CELERY_ACCEPT_CONTENT = ["json"]
105
CELERY_TIMEZONE = "UTC"
106
+
107
+CELEY_TASK_TRACK_STARTED = True
108
+CELERY_TASK_SEND_SENT_EVENT = True
0 commit comments