The GitHub Actions job "Tests" on airflow.git/fix_callback_in_queue_sorting has 
succeeded.
Run started by GitHub user jedcunningham (triggered by jedcunningham).

Head commit for run:
23032ef77bf3525e833421c058489e80fa768daa / Jed Cunningham 
<[email protected]>
Fix callback files losing priority during queue resort

When the DAG processor resorts its file queue by modification time
(e.g., after a bundle refresh), files with pending callbacks could
lose their position at the front of the queue. This could delay
callback execution (like DAG failure callbacks) if those files
happened to have older modification times.

The fix partitions the queue during resort: callback files stay at
the front in their original order, while only regular files are
sorted by mtime.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to