Open morpig opened 3 weeks ago
AFAIK the connection for Postgres under Kong is managed by external libraries, and the problem is Postgres connection isn't reused. You can check https://github.com/Kong/kong/issues/1517 for details. Will this affect the concurrency of your deployment?
This issue is marked as stale because it has been open for 14 days with no activity.
AFAIK the connection for Postgres under Kong is managed by external libraries, and the problem is Postgres connection isn't reused. You can check #1517 for details. Will this affect the concurrency of your deployment?
hi @Oyami-Srk before the bot automatically closed this issue, could you file an internal ticket to track this. The problem may not be urgent and requires optimization, but it could be a meaningful improvement in the future.
Remember to filter and check if there are any similar internal issues already.
Is there an existing issue for this?
Kong version (
$ kong version
)3.6.1
Current Behavior
Running Kong DB-setup with postgres, and logs from pgbouncer shows tons of connect/disconnects by kong.
env as below:
Expected Behavior
Expecting it to maintain persistent DB connection per worker/pods instead. Not expecting tons of connect/disconnect.
Steps To Reproduce
No response
Anything else?
No response