You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "eladkal (via GitHub)" <gi...@apache.org> on 2024/02/19 14:57:38 UTC

Re: [PR] Add missing informative logs in KPO trigger until container has not finished [airflow]

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


##########
airflow/providers/cncf/kubernetes/triggers/pod.py:
##########
@@ -254,6 +254,7 @@ async def _wait_for_container_completion(self) -> TriggerEvent:
                         "message": "Container state failed",
                     }
                 )
+            self.log.info("Container is not completed and still working.")

Review Comment:
   How often this log entry is registered?



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org