I'm using lambda and I got this error `FATAL: sorr...
# prisma-client
m
I'm using lambda and I got this error
FATAL: sorry, too many clients already
I have
connection_limit=5
on my
DATABASE_URL
Any idea what to do about this specific error? I think it means too many connections for the specific client?
n
Hey Mischa 👋 This is what you are looking for: The number of PrismaClient instances matter
Point 3 in the above article describes the error which you are getting
m
that's interesting... i have a singleton set up for my prisma client in lambda
should be only one instance