shahar1 commented on issue #39791: URL: https://github.com/apache/airflow/issues/39791#issuecomment-3342057738
I tried to explore this issue for a while, these are my insights: 1. `taskinstance` has changed significantly since Airflow 3 - so if this issue still exists in KubernetesExecutor, it needs to be reproduced , including exact steps for doing it. 2. I checked this behavior with **LocalExecutor** + KubernetesPodOperator with breeze setup (terminating the scheduler while it's still running), and it worked as expected. <img width="861" height="54" alt="Image" src="https://github.com/user-attachments/assets/f570fc16-17e5-4cba-bd34-b8183d921cff" /> Thanks to this issue, I've managed to draft an initial ability for using breeze with local Kubernetes cluster, so it becomes easier for us to handle such issues in the future. I'll finalize it and create a PR for that soon. -- 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]
