hussein-awala commented on code in PR #32608:
URL: https://github.com/apache/airflow/pull/32608#discussion_r1264420332
##########
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:
Indeed, using false by default would potentially cause disruptions for
certain users, particularly those who rely on an external database with
restricted access.
--
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]