prisma-connection-pool-exhaustion
blader · Development
修复在无服务器环境(Vercel、AWS Lambda、Netlify)中出现的 Prisma “连接过多”和连接池耗尽错误。适用于以下情况:(1) 错误 "P2024: 从连接池获取新连接超时";(2) PostgreSQL "角色连接过多";(3) 本地数据库正常但生产无服务器环境失败;(4) 高负载下间歇性数据库超时。
Fix Prisma "Too many connections" and connection pool exhaustion errors in serverless environments (Vercel, AWS Lambda, Netlify). Use when: (1) Error "P2024: Timed out fetching a new connection from the pool", (2) PostgreSQL "too many connections for role", (3) Database works locally but fails in production serverless, (4) Intermittent database timeouts under load.
npx skills add https://github.com/blader/Claudeception --skill prisma-connection-pool-exhaustion
星标 2355 · 安装量 0