In serverless, suspended functions can leak idle DB connections until the DB times them out, exhausting the pool. When using @vercel Fluid compute, you can solve this by pairing Prisma ORM’s driver adapters with the attachDatabasePool utility. hpris.ly/vercel-fluidluid