johnhoran opened a new pull request, #61778: URL: https://github.com/apache/airflow/pull/61778
* closes: #61775 This PR handles a task failure when running in deferred mode where the triggerer would mark a task as failed because kubernetes ran into rate limits when pulling an image from the container registry. Kubernetes will automatically retry pulling the image, and the pod might start running during the time taken to hand the task from triggerer to operator. When this happens I think it's best to just defer back to the triggerer again. -- 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]
