abhishekbhakat commented on PR #47354: URL: https://github.com/apache/airflow/pull/47354#issuecomment-2703120572
Check `tests/jobs/test_scheduler_job.py::TestSchedulerJob::test_scheduler_task_start_date` Catchup=False (New Default) Task Start Date Handling: - The scheduler ignores the historical significance of task start dates - It immediately schedules all tasks for the most recent interval, regardless of their original start dates - Future task start dates are essentially treated as if they don't exist. **This scheduler ignorance of future task start dates could be breaking behaviour for catch up by default set to false** This is why we need proper testing. -- 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]
