Can't reach database server

Getting this a few times a day

PrismaClientKnownRequestError: Invalid prisma.user.findUnique() invocation:

Can't reach database server at ep-tight-voice-SERVERID-pooler.us-east-1.aws.neon.tech:5432

Please 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
Was this page helpful?