Nataneljpwd commented on code in PR #61778:
URL: https://github.com/apache/airflow/pull/61778#discussion_r2818467343


##########
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -946,6 +946,7 @@ def trigger_reentry(self, context: Context, event: 
dict[str, Any]) -> Any:
         """
         self.pod = None
         xcom_sidecar_output = None
+        skip_cleanup = False

Review Comment:
   I don't see how it would complicate things, to me it looks like if we just 
check that the event is a timeout, we do not clean up, otherwise we do



-- 
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]

Reply via email to