travisbeck
travisbeck
PPrisma
Created by travisbeck on 12/18/2024 in #help-and-questions
Prisma with pgbouncer behind a load balancer
Will prisma gracefully handle getting disconnected from the db by pgbouncer?
7 replies
PPrisma
Created by travisbeck on 12/18/2024 in #help-and-questions
Prisma with pgbouncer behind a load balancer
This seems like it should be the job of Prisma to me, but it sounds like the pgbouncer client_idle_timeout might be my only option here?
7 replies
PPrisma
Created by travisbeck on 12/18/2024 in #help-and-questions
Prisma with pgbouncer behind a load balancer
Hmmm, this looks like it would only work to terminate the connections from pgbouncer -> postgres, not from app -> pgbouncer since it's a query that has to run against postgres
7 replies