ephraimbuddy opened a new pull request, #63726: URL: https://github.com/apache/airflow/pull/63726
A zombie failure callback from try 1 can be executed after try 2 has already succeeded. In that case, running the stale callback incorrectly marks the current task instance as failed in the database. Skip failure callbacks when the callback request try_number no longer matches the current task instance try_number, and add a regression test covering the stale-callback case. -- 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]
