RitikPuranik commented on issue #1279: URL: https://github.com/apache/airflow-site/issues/1279#issuecomment-3538680941
Hi everyone 👋 I'm interested in contributing to this issue and I'm currently learning how Airflow’s Kubernetes provider works. I am still new to open-source contributions, but I would like to help and learn through this issue. From what I understand so far: - `execute_complete()` fails with `ApiException(404)` if the pod is deleted after completion but before logs are fetched. - On task retry, Airflow directly jumps to `resume_execution → execute_complete` instead of calling `execute()` again, which causes repeated failures. - Ideally, a retry should recreate or re-run the Job instead of reusing the old deleted pod reference. I'm trying to set up the development environment and reproduce the bug locally. If anyone could guide me on the best place in the code to start investigating (operator vs hook logic), I would really appreciate it. Happy to learn and contribute! 🚀 -- 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]
