Skip to content

Commit

Permalink
Squash #2041 - remove patch from celery py
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Nov 19, 2024
1 parent 47000ee commit a4f72c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/celery/celery.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
import time

from celery import Task, Celery
from celery import Celery, Task
from celery.signals import worker_process_shutdown, worker_shutting_down, worker_process_init
from flask import current_app

from ddtrace import patch

patch(celery=True)


@worker_process_init.connect
def pool_worker_started(
Expand Down

0 comments on commit a4f72c1

Please sign in to comment.