potiuk commented on code in PR #32608:
URL: https://github.com/apache/airflow/pull/32608#discussion_r1264558516
##########
chart/values.yaml:
##########
@@ -562,6 +562,10 @@ workers:
AND queue != '{{
.Values.config.celery_kubernetes_executor.kubernetes_queue }}'
{{- end }}
+ # Weather to use PGBouncer to connect to the database or not when it is
enabled
+ # This configuration will be ignored if PGBouncer is not enabled
+ usePgbouncer: true
Review Comment:
Fine for me. Good reason. I just wonder if we should have some more doc
("set it to true and make sure KEDA can directly access your DB if you see
those logs....") ...
Not really needed though, sometimes having an issue or PR like that (indexed
by search engines / chatbots) is enough of a visibility and we can always
direct users to such discussions. So I am ok with merging as-is.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]