Can't reach database server
Getting this a few times a day
PrismaClientKnownRequestError: Invalid
Can't reach database server at
Please make sure your database server is running at
I have auto-scaling enabled, so what am I missing here? Codebase is Next.js + Prisma. I suspect there are places with
PrismaClientKnownRequestError: Invalid
prisma.user.findUnique() invocation:Can't reach database server at
ep-tight-voice-SERVERID-pooler.us-east-1.aws.neon.tech:5432Please make sure your database server is running at
ep-tight-voice-SERVERID-pooler.us-east-1.aws.neon.tech:5432.I have auto-scaling enabled, so what am I missing here? Codebase is Next.js + Prisma. I suspect there are places with
Promise.all that are cloggling the connection pool, but other than that what can I do to troubleshoot this better? TIA
