Hey guys, When using pgbouncer, do we also need to...
# orm-help
d
Hey guys, When using pgbouncer, do we also need to pass in the
connection_limit
parameter along with
pgbouncer=true
? Im asking this because im still getting errors saying
Timed out fetching a new connection from the connection pool.
when my pgbouncer instances say they have 11 used_clients and 39 free_clients still.
I searched through the chat history and tried it out - yes adding a connection_limit is still needed.