We have a problem when our server restart due to m...
# orm-help
j
We have a problem when our server restart due to maintenance etc, prisma client starts up before MySQL has finished starting up und thus causes error. We have resolved this by manually restarting the web server. But we want to find out if there is a way to configure prisma client to reconnect to MySQL if it initially fails to connect. Any ideas? @nikolasburk