Skip to content

Commit

Permalink
Revert "temp: trace celery tasks in dd (openedx#34537)" (openedx#34553)
Browse files Browse the repository at this point in the history
This reverts commit f866545.
  • Loading branch information
connorhaugh committed Apr 19, 2024
1 parent 1eb92a3 commit a7b4416
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions openedx/core/lib/celery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@

from celery import Celery

# TEMP: This code will be removed by ARCH-BOM on 4/22/24
# ddtrace allows celery task logs to be traced by the dd agent.
# TODO: remove this code.
try:
from ddtrace import patch
patch(celery=True)
except ImportError:
pass

# WARNING: Do not refer to this unless you are cms.celery or
# lms.celery. See module docstring!
APP = Celery('proj')
Expand Down

0 comments on commit a7b4416

Please sign in to comment.