Hey folks – we’ve continuously been running into m...
# orm-help
m
Hey folks – we’ve continuously been running into max connections issues when using Prisma on a Node Typescript server, with a GCP Cloud Storage Postgres db with pgbouncer. connection limit string on the Prisma db url connection is set to
500
pgbouncer
defaultPoolSize
is
700
, with
maxClientConn
set to
10000
Trying to understand, what order of connections seems to be normal for a medium scale use of the Prisma API. We have on the order of 1000s of users making requests at the same time.
n
Hey 👋 What
@prisma/client
version are you on? Does this connection issue start happening recently and was working as expected before?
m
@Nurul on v3.3.0 has been happening with increased load from our users, so consistently
n
Can you update to the latest version of
@prisma/client
which is
3.14.0
? We have made significant improvements for connection pooling.