> GraphQLError: Timed out fetching a new connec...
# orm-help
l
GraphQLError: 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: 30)
Has anyone seen this error before? We’re currently being haunted by it, and have tried tweaking connection limits/timeouts/adding pgbouncer/throttling concurrent DB access/nearly everything we can think of and no success 🥲
n
Hey Lee 👋 Are you on the latest version of
@prisma/client
? Can you have a look at this GitHub Issue: #12858, it’s the same issue that you are facing
l
Unfortunately we are not, our version is tied to our current version of Redwood
n
There are connection pool improvements which are done in the latest versions of
@prisma/client
which I think should be helpful in this case