fynn
Explore posts from serversPPrisma
•Created by fynn on 10/15/2024 in #help-and-questions
Timed out fetching a new connection from the connection pool.
Hey guys, I am using Next.js and Im trying to deploy my app to my Kubernetes Cluster which is using Prisma.
I'll got this error, what could I do about this?
Timed out fetching a new connection from the connection pool. More info: http://pris.ly/d/connection-pool (Current connection pool timeout: 10, connection limit: 5)
3 replies
DTDrizzle Team
•Created by fynn on 6/11/2024 in #help
how to properly close mysql pool connection?
Just wanted to add a migrate.ts file, and got this out a example:
but how would I close the connection there? thats my drizzle.ts file:
1 replies