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 2021/08/19 13:06:51 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #17708: Rename ``task_concurrency`` to ``max_active_tis_per_dag``

kaxil commented on a change in pull request #17708:
URL: https://github.com/apache/airflow/pull/17708#discussion_r692091900



##########
File path: tests/serialization/test_dag_serialization.py
##########
@@ -887,6 +887,7 @@ def test_no_new_fields_added_to_base_operator(self):
             'executor_config': {},
             'inlets': [],
             'label': '10',
+            'max_active_tis_per_dag': None,

Review comment:
       This list just makes sure that if new fields are added to the base operator we add it here, in case it needs any special treatment for DAG Serialization (helpful if they are dicts and lists)




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