Skip to content

Commit

Permalink
fixup! minor update
Browse files Browse the repository at this point in the history
Co-authored-by: Tim McCormack <[email protected]>
  • Loading branch information
robrap and timmc-edx authored Nov 21, 2024
1 parent 6901490 commit 678bae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
log = logging.getLogger(__name__)


@receiver(worker_process_init, weak=False)
@receiver(worker_process_init)
def init_worker_process(sender, **kwargs):
"""
Adds a Datadog span processor to each worker process.
Expand Down

0 comments on commit 678bae3

Please sign in to comment.