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


##########
airflow/providers/cncf/kubernetes/triggers/pod.py:
##########
@@ -263,6 +264,7 @@ async def _wait_for_container_completion(self) -> 
TriggerEvent:
                         "name": self.pod_name,
                     }
                 )
+            self.log.info("Sleeping for %s seconds.", self.poll_interval)

Review Comment:
   I think it may make sense to split the logs between the running event we 
have in between. It may happen that once we return to operator with running, we 
might not return here if the pod completes by then while we're in the operator? 



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