Trollgeir commented on a change in pull request #5319:
[AIRFLOW-4564][AIRFLOW-4523][AIRFLOW-4577] Azure Container Instance bugfixes
and improvements
URL: https://github.com/apache/airflow/pull/5319#discussion_r298870578
##########
File path: airflow/contrib/operators/azure_container_instances_operator.py
##########
@@ -244,7 +321,7 @@ def _monitor_logging(self, ci_hook, resource_group, name):
sleep(1)
# no return -> hence still running
- raise AirflowTaskTimeout("Did not complete on time")
+ raise AirflowTaskTimeout("Did not complete on time (container_timeout
= %s)", self.container_timeout)
Review comment:
Removed as a part of of the AirflowTaskTimeout procedure.
----------------------------------------------------------------
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]
With regards,
Apache Git Services