asobeeh
asobeeh
any update about supporting consul please
Thanks For your update, and for your info i installed consul cluster manually and changed that in patroni.yml file the part of etcd: hosts with consul and changed with consul...
> Check the pgbouncer log (/var/log/pgbouncer/pgbouncer.log) normal log nothing there ` 2021-03-31 02:53:30.555 +03 [2661896] LOG stats: 0 xacts/s, 0 queries/s, in 0 B/s, out 0 B/s, xact 0 us,...
> @asobeeh > Are these related issues #94 ? no, it's not. it is another issue. I have tried to connect without the pgbouncer to forward the connection from HAproxy...
> How many connections does your application create? > `select count(*) from pg_stat_activity;` select count(*) from pg_stat_activity; count | 8 > Is your application using persistent connections? Yes presistant connection...
I have tried to directly connect to the server IP ignoring keep alive service to check if the issue from it or not I increased the value of timeouts for...