arkadiuszbach commented on code in PR #58733:
URL: https://github.com/apache/airflow/pull/58733#discussion_r2576732682


##########
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:
   I meant `sync_paralellism`. It is used to parallelize tasks push to celery 
queue, pool of workers is spawned via fork and the tasks are pushed to 
redis/rabbit in parallel, see:
   
https://github.com/apache/airflow/blob/97cd1c9c99030be89cebaddc2e342359fc01b5b8/providers/celery/src/airflow/providers/celery/executors/celery_executor.py#L407
   
   num_processes is derived from sync_parallelism



-- 
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]

Reply via email to