eladkal commented on code in PR #41107:
URL: https://github.com/apache/airflow/pull/41107#discussion_r1697327693


##########
airflow/config_templates/config.yml:
##########
@@ -89,7 +89,7 @@ core:
         This defines the maximum number of task instances that can run 
concurrently per scheduler in
         Airflow, regardless of the worker count. Generally this value, 
multiplied by the number of
         schedulers in your cluster, is the maximum number of task instances 
with the running
-        state in the metadata database.
+        state in the metadata database. Setting this value to zero allows 
unlimited parallelism.

Review Comment:
   I am referencing 
https://github.com/apache/airflow/issues/41055#issuecomment-2253340939
   
   My understanding that we add 0 support to be backward compatible but ideally 
we don't really want it. So the todo is to remove the 0 support in Airflow 3 
and ask users to provide the limit explicitly.



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