theJohnnyBrown opened a new pull request, #72101: URL: https://github.com/apache/airflow/pull/72101
Follow-up to #71263, implementing the reviewer's suggestions there: the planned-run cap silently truncates the Calendar for Dags with high-frequency schedules, which reads as the schedule stopping partway through the year. - The calendar response now includes `planned_runs_capped`, set when the planned-run scan hits `MAX_PLANNED_RUNS` before reaching the year boundary (both the cron fast path and the generic timetable path). - The Calendar view shows an info banner when planned cells were cut off: "This Dag has too many planned runs to display; only the earliest are shown." - `MAX_PLANNED_RUNS` is raised from 2000 to 10000, so a full year of hourly runs (8784) fits without truncation; the per-request scan cost stays well under a second even for seconds-resolution crons. related: #71263 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Fable 5) Generated-by: Claude Code (Fable 5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
