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 2019/10/23 05:40:57 UTC

[GitHub] [airflow] Fokko commented on a change in pull request #6379: [AIRFLOW-5708] Optionally check task pools when parsing dags.

Fokko commented on a change in pull request #6379: [AIRFLOW-5708] Optionally check task pools when parsing dags.
URL: https://github.com/apache/airflow/pull/6379#discussion_r337857359
 
 

 ##########
 File path: airflow/config_templates/default_airflow.cfg
 ##########
 @@ -208,6 +208,8 @@ dag_discovery_safe_mode = True
 # The number of retries each task is going to have by default. Can be overridden at dag or task level.
 default_task_retries = 0
 
+check_task_pools = False
 
 Review comment:
   Why this as an option? I think we should check if the pool exists anyway. Currently, the error message is horrible :-)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services