Skip to content

Commit 3ffd1d3

Browse files
authored
Fix: Add nubbins for celery monitoring. (#4273)
This commit adds two Celery client configurables necessary for monitoring. - CELERY_TASK_TRACK_STARTED - CELERY_TASK_SEND_SENT_EVENT For: mitodl/ol-infrastructure#2290
1 parent b2cf949 commit 3ffd1d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

open_discussions/settings_celery.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,6 @@
103103
CELERY_RESULT_SERIALIZER = "json"
104104
CELERY_ACCEPT_CONTENT = ["json"]
105105
CELERY_TIMEZONE = "UTC"
106+
107+
CELEY_TASK_TRACK_STARTED = True
108+
CELERY_TASK_SEND_SENT_EVENT = True

0 commit comments

Comments
 (0)