You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing initial creation of containers and setup, I recall this was race-y -- django tried to connect to the database which was not up yet. There is a wait_for in-place, which may not be enough.
The text was updated successfully, but these errors were encountered:
When doing initial creation of containers and setup, I recall this was race-y -- django tried to connect to the database which was not up yet. There is a
wait_for
in-place, which may not be enough.The text was updated successfully, but these errors were encountered: