mitodl / odl-video-service

building blocks for a basic video service for ODL
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Fix: add nubbins for celery monitoring #1090

Closed feoh closed 4 months ago

feoh commented 4 months ago

This commit adds two Celery client configurables necessary for monitoring.

CELERY_TASK_TRACK_STARTED
CELERY_TASK_SEND_SENT_EVENT

What are the relevant tickets?

For: mitodl/ol-infrastructure#2290

What are the relevant tickets?

For: 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

How can this be tested?

Log on to celery monitoring. Check odl-video and observe task status.