Haufe-Lexware / wicked.haufe.io

An API Management system based on Mashape Kong
http://wicked.haufe.io
Other
121 stars 37 forks source link

Add possibility to influence Postgres Pool parameters #231

Closed DonMartin76 closed 4 years ago

DonMartin76 commented 4 years ago

In certain cases, the default Postgres Pool behaviour to release connections already after 10 seconds causes problems, mostly with managed Postgres services such as the Azure Postgres service.

(a) The idle timeout should be raised to 2 minutes (b) The idle timeout, max connections and connection timeout setting should be influencable from the outside, using environment variables (c) These env vars must be overridable from the Helm chart

DonMartin76 commented 4 years ago

Will be fixed in rc.10.