Prisma connection failing: Timed out fetching a new connection from the connection pool
Hello!
Trying to deploy a lambda function that's using a container image running my node code containing prisma.
When I hit any endpoint they will fail on reaching the database due to time out.
Already red the docs and my params look like this
Trying to deploy a lambda function that's using a container image running my node code containing prisma.
When I hit any endpoint they will fail on reaching the database due to time out.
Already red the docs and my params look like this
sslmode=require&connect_timeout=15&connection_limit=20&pool_timeout=20