ashb commented on a change in pull request #4949: [AIRFLOW-1557] Backfill
should respect pool limit
URL: https://github.com/apache/airflow/pull/4949#discussion_r268109100
##########
File path: airflow/config_templates/default_test.cfg
##########
@@ -48,6 +48,7 @@ dag_concurrency = 16
dags_are_paused_at_creation = False
fernet_key = {FERNET_KEY}
non_pooled_task_slot_count = 128
+non_pooled_backfill_task_slot_count = 128
Review comment:
```suggestion
```
Not needed due to how config loading works.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services