pankajkoti commented on code in PR #37363:
URL: https://github.com/apache/airflow/pull/37363#discussion_r1487338777


##########
airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -713,6 +714,11 @@ def trigger_reentry(self, context: Context, event: 
dict[str, Any]) -> Any:
             if not self.pod:
                 raise PodNotFoundException("Could not find pod after resuming 
from deferral")
 
+            if self.callbacks:

Review Comment:
   ```suggestion
               if self.callbacks and event["status"] != "running":
   ```
   should we do this to be consistent with earlier execute_complete?



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