Skip to content

Commit 0a855f2

Browse files
committed
fix: Prevent spans being swallowed by infinite startup span
1 parent 798c1e0 commit 0a855f2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/blueapi/service/runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def reload(self):
7171
self.start()
7272
LOGGER.info("Runner reloaded")
7373

74-
@start_as_current_span(TRACER)
7574
def start(self):
7675
environment_id = uuid.uuid4()
7776
try:

src/blueapi/worker/task_worker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ def state(self) -> WorkerState:
370370
"""
371371
return self._state
372372

373-
@start_as_current_span(TRACER)
374373
def run(self) -> None:
375374
"""
376375
Run all tasks that are submitted to the worker. Blocks thread.

0 commit comments

Comments
 (0)