Skip to content

Commit 6d6b505

Browse files
committed
Add debugging messages
1 parent b1f87ed commit 6d6b505

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

singlestoredb/management/manager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,10 @@ def _wait_on_endpoint(
353353
with connection.connect(host=out.endpoint, connect_timeout=5):
354354
pass
355355
# If connection succeeds, endpoint is ready
356+
print('CONNECTED')
356357
break
357358
except Exception:
359+
print('STILL WAITING')
358360
# If connection fails, check timeout and retry
359361
if timeout <= 0:
360362
raise ManagementError(

0 commit comments

Comments
 (0)