ephraimbuddy opened a new pull request, #26161:
URL: https://github.com/apache/airflow/pull/26161
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.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]