Skip to content

Commit

Permalink
Reset status counter
Browse files Browse the repository at this point in the history
  • Loading branch information
oysand committed Nov 25, 2024
1 parent 092633c commit 2fdc75f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/isar/state_machine/states/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def stop(self) -> None:
if self.task_status_thread:
self.task_status_thread.wait_for_thread()
self.task_status_thread = None
self.request_status_failure_counter = 0

def _run(self) -> None:
transition: Callable
Expand Down

0 comments on commit 2fdc75f

Please sign in to comment.