Hi folks, running into this issue where, if our po...
# orm-help
t
Hi folks, running into this issue where, if our postgres DB isn't ready when our application boots up and tries to make a query, the application has to be restarted to make a connection. Wondering if anyone has faced this/if there's a workaround? https://github.com/prisma/prisma/issues/9420
a
I'd guess the DevOps trick is for your startup script to wait until it can successfully ping the DB
💯 1
That's more of a workaround than a fix, though