hussein-awala commented on code in PR #29094:
URL: https://github.com/apache/airflow/pull/29094#discussion_r1166556521


##########
airflow/jobs/backfill_job_runner.py:
##########
@@ -631,6 +631,20 @@ def _per_task_process(key, ti: TaskInstance, session):
                                     "Not scheduling since Task concurrency 
limit is reached."
                                 )
 
+                        if task.max_active_tis_per_dagrun:

Review Comment:
   Same for `if task.max_active_tis_per_dag:`, I fixed them both



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