ephraimbuddy commented on a change in pull request #20391:
URL: https://github.com/apache/airflow/pull/20391#discussion_r781479926



##########
File path: airflow/models/baseoperator.py
##########
@@ -666,7 +666,7 @@ def __init__(
             )
         self.weight_rule = weight_rule
         self.resources: Optional[Resources] = Resources(**resources) if 
resources else None
-        if task_concurrency and not max_active_tis_per_dag:

Review comment:
       Not related but it seems like what we should do and might be ok in this 
PR




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