1. Do you co-locate the database
2. What SQL connection properties do you set around connection limits
3. What SQL database type do you use and with what storage engine
1. - yes (single database for all the pods)
2. - my connection string looks like:
postgres://myDB:
blablabla.postgres.database.azure.com:PORT/myDB?sslmode=require&max_conns=20
I tried to play with max_conns params increased it to 30, 40 but it did not get any result
3. Azure env, PostgreSQL flexible server (D16s_v3, 16 vCores, 64 GiB RAM, 1048576 storage)
I believe all configuration for DB is set as default one...
what else can be useful that I can provide to understand where to look for the reason for this?