We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62693a commit 2a66955Copy full SHA for 2a66955
services/api-server/src/simcore_service_api_server/core/health_checker.py
@@ -71,7 +71,7 @@ async def teardown(self):
71
def healthy(self) -> bool:
72
return self._rabbit_client.healthy and (
73
self._health_check_failure_count <= self._allowed_health_check_failures
74
- )
+ ) # https://github.com/ITISFoundation/osparc-simcore/pull/6662
75
76
@property
77
def health_check_failure_count(self) -> NonNegativeInt:
0 commit comments