The GitHub Actions job "Tests" on airflow.git/backport-60931-61983 has succeeded. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).
Head commit for run: 5039644c4a93a1da6bebcb23f460f037ae5c5a50 / Ephraim Anierobi <[email protected]> Fix scheduler heartbeat misses caused by slow reschedule dependency check (#61983) When many task instances enter UP_FOR_RESCHEDULE state, the query to fetch the latest reschedule date becomes slow due to a missing composite index. This causes the scheduler to miss heartbeats. Previously only sensors used reschedule mode, but since fddf4a72406fda039dea813c0ff6e58dd0cd2891, non-sensor tasks can also be rescheduled, significantly increasing the number of rows per task instance in the task_reschedule table. Add a composite (ti_id, id DESC) index to the task_reschedule table, replacing the single-column (ti_id) index. (cherry picked from commit 9880716dc0785340ec116c682554c825cfb94136) Report URL: https://github.com/apache/airflow/actions/runs/22094721527 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
