Squashed 'spiffworkflow-backend/' changes from 7f1776b5..6d0e92d7

6d0e92d7 log

git-subtree-dir: spiffworkflow-backend
git-subtree-split: 6d0e92d7f4c4587cc19816a72b0cfdf77394c044
This commit is contained in:
burnettk 2022-10-25 17:53:28 -04:00
parent d7e8533061
commit 40d3199480
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)