cruseakshay commented on issue #59626: URL: https://github.com/apache/airflow/issues/59626#issuecomment-3759249698
@hkc-8010 @sakethsomaraju I've opened a PR to address this: #60626 - Which adds `PodPhaseTracker` to track whether a pod ever reached `Running` state - Pod deleted before Running → `PodPreemptedException` (triggers retry) - Pod deleted after Running → `PodNotFoundException` (terminal failure to prevent duplicate execution) This distinguishes between preemption (safe to retry) and actual pod completion/failure (not safe to retry). -- 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]
