onlyarnav opened a new pull request, #67937: URL: https://github.com/apache/airflow/pull/67937
In coordinator mode, failing tasks with retries available were being marked as terminal FAILED because the Go SDK did not pass the UP_FOR_RETRY state back to the supervisor. This adds ShouldRetry and MaxTries to TIRunContext and handles emitting RetryTaskMsg in the task execution path. Issue Fixed: #67797 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8) -- 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]
