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

Head commit for run:
acbd8b2875e454a76cb988df0c469e1bea09202d / Ephraim Anierobi 
<[email protected]>
Fix backfill occassional deadlocking

During backfilling, we set all task instances of the dagrun being run to 
scheduled,
this causes deadlocking of the dagrun whenever dagrun.update_state is called and
there's no running or schedulable task instances.
The fix was to remove the batch update of the task instances to scheduled state
 and have the executor queue the tasks that the dependencies have been met.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to