The GitHub Actions job "Tests" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
9880716dc0785340ec116c682554c825cfb94136 / 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.

Report URL: https://github.com/apache/airflow/actions/runs/22090003323

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to