(Keda V2.1) Idle connections are not closed in Postgres DB while using Postgres Scaler #1608
Unanswered
rrramkarthick
asked this question in
Q&A / Need Help
Replies: 1 comment 2 replies
-
Yes, I think that's a bug. I'm working on it |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using Postgres Scaler to scale my application deployment. PFB given yaml file content that I used to create Postgres Scaler scaled object,
I see idle connections for my database table in Postgres DB. Please find below the query result of idle connection from pg_stat_activity,
These connections are opened by postgres scalers. I don't see any errors in Keda operator logs.
These connections should be closed by Postgres scalers Right?
Is there anything that I can configure to close these idle connections ?
Beta Was this translation helpful? Give feedback.
All reactions