Jonathan
09/13/2021, 8:49 AMObject { message: "Timed out fetching a new connection from the connection pool. (More info: <http://pris.ly/d/connection-pool>, Current connection limit: 5)", locations: […], path: […], … } -
I had to redeploy the container we had our API deployed on to fix this (the database connection stayed down until then). Obviously something is going wrong with our connections on prisma, but I can’t tell since we only have a single prisma client
we init in a module. Any potential ways of troubleshooting this? Should I do the ill-advised prisma.$disconnect
?Ryan
09/13/2021, 10:38 AMJonathan
09/13/2021, 10:56 AMjanpio
Jonathan
09/13/2021, 2:04 PMjanpio
janpio
janpio
Jonathan
09/14/2021, 1:13 PMjanpio
Jonathan
09/15/2021, 1:07 PM