hussein-awala commented on issue #31335: URL: https://github.com/apache/airflow/issues/31335#issuecomment-1551234162
@raphaelauv, based on the log you provided in the issue description, it appears that the `KuberenetesPodTrigger` is triggering the success event too quickly, before the pod has terminated. As a result, when we call the cleanup method, it fails because it expects a terminated pod. In #31348, I made a change to address this issue by modifying it to wait for the pod to reach a terminated state before triggering a success event. Could you please test it with your DAG to verify its effectiveness? -- 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]
