Wrong connection pool info ??
On production my queires stopped working with error
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: 9)
but actually im on DigitalOcean with another configuration showed on picture.
and i have "&connect_timeout=300" in connection string
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: 9)
but actually im on DigitalOcean with another configuration showed on picture.
and i have "&connect_timeout=300" in connection string

Prisma ORM's query engine creates a connection pool to store and manage database connections.
