Skip to content

Commit

Permalink
@pcrespov add comment to changed line
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Nov 8, 2024
1 parent f62693a commit 2a66955
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async def teardown(self):
def healthy(self) -> bool:
return self._rabbit_client.healthy and (
self._health_check_failure_count <= self._allowed_health_check_failures
)
) # https://github.com/ITISFoundation/osparc-simcore/pull/6662

@property
def health_check_failure_count(self) -> NonNegativeInt:
Expand Down

0 comments on commit 2a66955

Please sign in to comment.