Merge commit '40d3199480eada37c57edb048169575ae0d3c02a'

This commit is contained in:
burnettk 2022-10-25 17:53:28 -04:00
commit 7c9f75d2e6
1 changed files with 1 additions and 0 deletions

View File

@ -13,4 +13,5 @@ def try_to_connect(start_time: float) -> None:
raise exception
else:
time.sleep(1)
print("Waiting for db to be ready in loop...")
try_to_connect(start_time)