uranusjr commented on a change in pull request #15634:
URL: https://github.com/apache/airflow/pull/15634#discussion_r632405161
##########
File path:
airflow/providers/microsoft/azure/operators/azure_container_instances.py
##########
@@ -339,8 +340,8 @@ def _monitor_logging(self, resource_group: str, name: str)
-> int:
"Exception while getting logs from container
instance, retrying..."
)
- if state == "Terminated":
- self.log.error("Container exited with detail_status %s",
detail_status)
+ if state in ["Terminated"]:
Review comment:
Why?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]