Skip to content

Commit 615ef0a

Browse files
committed
Add debugging messages
1 parent 61044d7 commit 615ef0a

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
@@ -354,6 +354,8 @@ def _wait_on_endpoint(
354354
break
355355
except Exception:
356356
print('STILL WAITING')
357+
import traceback
358+
traceback.print_exc()
357359
# If connection fails, check timeout and retry
358360
if timeout <= 0:
359361
raise ManagementError(

0 commit comments

Comments
 (0)