The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user o-nikolas (triggered by o-nikolas).

Head commit for run:
d5031a447f472348e4bbf78d1d24ef63d6f7cc0f / Niko Oliveira <[email protected]>
Scheduler job: main loop and event processing for multi executors

This change delivers the main portion of hybrid executors to the Airflow
scheduler. Each loop the query for TIs from the DB may contain TIs
tagged with a particular executor. We now filter those after the query
by which executors have space to take on more TIs and then sort them
into buckets per executor and send them to each executor to be executed.
We now also heartbeat all executors and process their events each
scheduler loop.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to