How to kill idle connections properly in postgres
Prisma has been creating too many connections on my app.
I have this:
2 Replies
If I may ask, how many is too many? What numbers are you seeing?
I have pods with 500 connections limit and reaching the limit.
max connection in db level is 5000 but I see some pods with very old and idle connection reaching 500
in rds i see 1600 connections
thats how I instatiate them