internetstandards / Internet.nl

Internet standards compliance test suite
https://internet.nl
173 stars 37 forks source link

Docker migration removed pgbouncer #1447

Open bwbroersma opened 3 months ago

bwbroersma commented 3 months ago

It looks like pgbouncer was used before the docker migration:

I'm unsure what is using connections, if more than 100 connections are used (e.g. by using a lot of workers?) connection pooling should be used, maybe include it in the docker setup?

aequitas commented 3 months ago

Looking at the metrics we never hit 100 connections, on average a maximum of 10 connections are used.

image