Random failures of database containers
I have a 2 containers a fastapi and a postgres database container. With every redeployment of my fastapi I get failures for this and the only way I have been able to resolve it is redeploy the database container.
5 Replies
Project ID:
371ef32f-f6db-4175-afe3-18ae89b503c8
371ef32f-f6db-4175-afe3-18ae89b503c8
please try prefixing your start command with
sleep 3 &&
Ohh, thanks that helped.
awesome