Skip to content

Commit 1eb09c4

Browse files
DiamondJosephabbiemery
authored andcommitted
fix: Prevent spans being swallowed by infinite startup span
1 parent b417ab1 commit 1eb09c4

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
@@ -379,7 +379,6 @@ def state(self) -> WorkerState:
379379
"""
380380
return self._state
381381

382-
@start_as_current_span(TRACER)
383382
def run(self) -> None:
384383
"""
385384
Run all tasks that are submitted to the worker. Blocks thread.

0 commit comments

Comments
 (0)