Can I configure multiple timeouts for pgbouncer from my django settings?
I am trying to add pgbouncer
to my architecture. I know that I can set various pgbouncer
configuration settings in the pgbouncer.ini
file. I want to replace postgresql
with pgbouncer
in my django settings, however, my django
configuration currently uses different timeouts depending on the purpose of the connection.
Can I configure multiple timeouts for pgbouncer from my django settings?
I am trying to add pgbouncer
to my architecture. I know that I can set various pgbouncer
configuration settings in the pgbouncer.ini
file. I want to replace postgresql
with pgbouncer
in my django settings, however, my django
configuration currently uses different timeouts depending on the purpose of the connection.
Can I configure multiple timeouts for pgbouncer from my django settings?
I am trying to add pgbouncer
to my architecture. I know that I can set various pgbouncer
configuration settings in the pgbouncer.ini
file. I want to replace postgresql
with pgbouncer
in my django settings, however, my django
configuration currently uses different timeouts depending on the purpose of the connection.