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/08/27 06:36:19 UTC

[GitHub] [airflow] feng-tao commented on a change in pull request #5787: [AIRFLOW-5172] Add choice of interval edge scheduling

feng-tao commented on a change in pull request #5787: [AIRFLOW-5172] Add choice of interval edge scheduling
URL: https://github.com/apache/airflow/pull/5787#discussion_r317914192
 
 

 ##########
 File path: airflow/config_templates/default_airflow.cfg
 ##########
 @@ -511,6 +511,10 @@ scheduler_zombie_task_threshold = 300
 # DAG definition (catchup)
 catchup_by_default = True
 
+# Should DAGs be scheduled to execute at the 'start' or 'end'
+# of their schedule interval.
+schedule_at_interval_end = True
 
 Review comment:
   +1 on the default to be false as this is the intuitive / common understanding on how Airflow scheduling 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:
users@infra.apache.org


With regards,
Apache Git Services