ashb opened a new pull request #10886:
URL: https://github.com/apache/airflow/pull/10886
This is a small change, but a bigger change in behaviour, and used more in
future HA PRs.
Previously the flow was to set as many tasks as possible to queued, try to
enqueue as many as possible ("over-filling" the executor in the
process), and then via `_change_state_for_tasks_failed_to_execute` we
change them back to scheduled.
(For now that method is still called, but will be removed as part of
future work -- it's just does less now)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]