You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/18 15:06:32 UTC

[GitHub] [airflow] collinmcnulty commented on pull request #25101: Incorrect definition of parallelism in default_airflow.cfg

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org