Skip to content

Commit 2a66955

Browse files
committed
@pcrespov add comment to changed line
1 parent f62693a commit 2a66955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/api-server/src/simcore_service_api_server/core/health_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async def teardown(self):
7171
def healthy(self) -> bool:
7272
return self._rabbit_client.healthy and (
7373
self._health_check_failure_count <= self._allowed_health_check_failures
74-
)
74+
) # https://github.com/ITISFoundation/osparc-simcore/pull/6662
7575

7676
@property
7777
def health_check_failure_count(self) -> NonNegativeInt:

0 commit comments

Comments
 (0)