Infamy
Infamy
PPrisma
Created by Infamy on 2/3/2025 in #help-and-questions
Issue with Prisma Pooling Timeout
Bump
7 replies
PPrisma
Created by Infamy on 2/3/2025 in #help-and-questions
Issue with Prisma Pooling Timeout
@Prisma AI Help
7 replies
PPrisma
Created by Infamy on 2/3/2025 in #help-and-questions
Issue with Prisma Pooling Timeout
Lastly for DATABASE_URL this is the params passed into the connection string advised by the server provider: ?sslmode=require&pgbouncer=true&connect_timeout=10 I have also tried turning off pgbouncer and removing it entirely from connection string and still no joy
7 replies
PPrisma
Created by Infamy on 2/3/2025 in #help-and-questions
Issue with Prisma Pooling Timeout
I have also just updated prod to the latest version of prisma to see if this had any change:
Rate limit check failed: Error [PrismaClientInitializationError]: Timed out fetching a new connection from the connection pool. More info: http://pris.ly/d/connection-pool (Current connection pool timeout: 10, connection limit: 3)
at async n.checkRateLimit (.next/server/app/api/agents/create/route.js:1:4293)
at async Object.authorize (.next/server/app/api/agents/create/route.js:1:5366)
at async Object.c (.next/server/chunks/712.js:25:4504)
at async g (.next/server/chunks/712.js:1:105587)
at async a (.next/server/chunks/712.js:25:18496)
at async e.length.t (.next/server/chunks/712.js:25:19986) {
clientVersion: '6.3.0',
errorCode: 'P2024'
}
Rate limit check failed: Error [PrismaClientInitializationError]: Timed out fetching a new connection from the connection pool. More info: http://pris.ly/d/connection-pool (Current connection pool timeout: 10, connection limit: 3)
at async n.checkRateLimit (.next/server/app/api/agents/create/route.js:1:4293)
at async Object.authorize (.next/server/app/api/agents/create/route.js:1:5366)
at async Object.c (.next/server/chunks/712.js:25:4504)
at async g (.next/server/chunks/712.js:1:105587)
at async a (.next/server/chunks/712.js:25:18496)
at async e.length.t (.next/server/chunks/712.js:25:19986) {
clientVersion: '6.3.0',
errorCode: 'P2024'
}
I have also optimised the rate limiter on the login screen where this is all occurring and still no joy. Losing my mind a little over here!
7 replies