jscheffl commented on code in PR #58733:
URL: https://github.com/apache/airflow/pull/58733#discussion_r2574896981
##########
chart/values.yaml:
##########
@@ -3011,6 +3011,7 @@ config:
celery:
flower_url_prefix: '{{ ternary "" .Values.ingress.flower.path (eq
.Values.ingress.flower.path "/") }}'
worker_concurrency: 16
+ sync_parallelism: '{{ include "cpu_count"
(((.Values.scheduler).resources).limits).cpu }}'
Review Comment:
Thanks for adding this automation for the option.
Are you sure that `sync_paralellism` is the right config key you are looking
for? This PR descriptions rather sounds like you are referring to
`worker_concurrency`. I would expect this config key to be set.
--
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]