Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/drunc/connectivity_service/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ def is_ready(self, timeout: int = 10):
)
return True

self.log.debug(
# 04-Feb-2026, KAB: increased the severity of the 'Connectivity service not ready' message
# so that users are notified that this happened.
self.log.error(
f"Connectivity service not ready after {attempt} attempts. Timeout of {timeout}s reached."
)
return False
Expand Down