collinmcnulty commented on PR #25101:
URL: https://github.com/apache/airflow/pull/25101#issuecomment-1187616582

   My concern with tying it to number of schedulers is that then the limit on 
concurrent tasks is implicit (num_schedulers * parallelism) instead of being 
directly visible. It also means that deciding you don't need HA (for example) 
means you have to change the configuration even if one scheduler actually could 
handle the full load of tasks. 
   
   It seems like surprising behavior, which I would want to avoid. 


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