Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
revert: temp: add dd trace to celery
Browse files Browse the repository at this point in the history
This reverts commit 14992ba.
  • Loading branch information
connorhaugh committed Sep 11, 2024
1 parent 959e362 commit 5437417
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions registrar/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,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

app = Celery('registrar')

app.conf.task_protocol = 1
Expand Down

0 comments on commit 5437417

Please sign in to comment.