Jorricks commented on a change in pull request #16718:
URL: https://github.com/apache/airflow/pull/16718#discussion_r661687438
##########
File path: airflow/models/taskinstance.py
##########
@@ -172,6 +172,7 @@ def clear_task_instances(
# original max_tries or the last attempted try number.
ti.max_tries = max(ti.max_tries, ti.prev_attempted_tries)
ti.state = State.NONE
+ ti.external_executor_id = None
Review comment:
Updated the current test to also verify the `external_executor_id` is
reset.
--
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]