This is an automated email from the ASF dual-hosted git repository.
jason810496 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 8d16905d77e Bump the uv-dependency-updates group across 1 directory
with 8 updates (#72667)
add 31117014f3c Fix Dag scheduling stall after switching to a coarser cron
(#72498)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/timetables/interval.py | 25 +--
.../tests/unit/jobs/test_schedule_change_stall.py | 173 +++++++++++++++++++++
.../unit/timetables/test_interval_timetable.py | 125 ++++++++++++++-
3 files changed, 304 insertions(+), 19 deletions(-)
create mode 100644 airflow-core/tests/unit/jobs/test_schedule_change_stall.py