huymq1710 commented on PR #39958: URL: https://github.com/apache/airflow/pull/39958#issuecomment-2144268691
> The `schedule_delay` value is the time diff between start_date of a DagRun (the time it is started) and the data_interval_end (the time it is expected to run) https://github.com/apache/airflow/blob/2.9.1/airflow/jobs/scheduler_job_runner.py#L1358-L1359 <img width="669" alt="image" src="https://github.com/apache/airflow/assets/57699454/1d0f9bfe-4be2-4440-b178-c97d3b626fc7"> - Normal DagRuns should have a delay less than 5 mins - We are setting our delay SLO to 10 mins - When a schedule delay value exceeds 30 mins threshold, it is considered noisy data, and it is very likely that the data is generated by a backfill DagRun. In this case, we need to check manually -- 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]
