diff --git a/services/api-server/src/simcore_service_api_server/core/health_checker.py b/services/api-server/src/simcore_service_api_server/core/health_checker.py index 988e705658d..068b2d79f37 100644 --- a/services/api-server/src/simcore_service_api_server/core/health_checker.py +++ b/services/api-server/src/simcore_service_api_server/core/health_checker.py @@ -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: