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)
Connection pool | Prisma Documentation
Prisma ORM's query engine creates a connection pool to store and manage database connections.
1 Reply
bump, got this error now: Please make sure your database server is running at
postgres.postgres.svc.cluster.local:5432
.