eladkal edited a comment on issue #18678: URL: https://github.com/apache/airflow/issues/18678#issuecomment-932531128
> There is no obvious documentation about when DAGs actually run compared to their scheduled cron string. Please indicate where this is documented in the official Airflow documentation. There is: https://airflow.apache.org/docs/apache-airflow/stable/concepts/scheduler.html#scheduler It's even highlighted : ``` If you run a DAG on a schedule_interval of one day, the run with execution_date 2019-11-21 triggers soon after 2019-11-21T23:59. Let’s Repeat That, the scheduler runs your job one schedule_interval AFTER the start date, at the END of the period. ``` In any case [AIP 39 - Richer scheduler interval](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-39+Richer+scheduler_interval) soon to be released with 2.2.0 will change things in this area dramatically -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
