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/07/12 14:35:38 UTC

[GitHub] [airflow] aoen commented on a change in pull request #5570: [AIRFLOW-4939] Add default_task_retries config

aoen commented on a change in pull request #5570: [AIRFLOW-4939] Add default_task_retries config
URL: https://github.com/apache/airflow/pull/5570#discussion_r303010379
 
 

 ##########
 File path: airflow/config_templates/default_airflow.cfg
 ##########
 @@ -196,6 +196,9 @@ worker_precheck = False
 # When discovering DAGs, ignore any files that don't contain the strings `DAG` and `airflow`.
 dag_discovery_safe_mode = True
 
+# The no of retries each task is going to have by default. Can be overridden at dag or task level.
 
 Review comment:
   s/no/number

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