mitodl / ocw-studio

Open Source Courseware authoring tool
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Fix: Add nubbins for celery monitoring #2142

Closed feoh closed 2 months ago

feoh commented 2 months ago

This commit adds two Celery client configurables necessary for celery monitoring.

CELERY_TASK_TRACK_STARTED
CELERY_TASK_SEND_SENT_EVENT

For: mitodl/ol-infrastructure#2290

What are the relevant tickets?

mitodl/ol-infrastructure#2290

Description (What does it do?)

This commit adds two Celery client configurables necessary for celery monitoring.

CELERY_TASK_TRACK_STARTED
CELERY_TASK_SEND_SENT_EVENT

Screenshots (if appropriate):

How can this be tested?

Browse to celery monitoring. Check task status for ocw studio.

Additional Context