uranusjr commented on code in PR #34715:
URL: https://github.com/apache/airflow/pull/34715#discussion_r1363448598


##########
airflow/sensors/external_task.py:
##########
@@ -351,7 +352,7 @@ def execute_complete(self, context, event=None):
             self.log.info("External task %s has executed successfully.", 
self.external_task_id)
             return None
         elif event["status"] == "timeout":
-            raise AirflowException("Dag was not started within 1 minute, 
assuming fail.")
+            raise AirflowException("Dag was not started within timeout, 
assuming fail.")

Review Comment:
   Is it possible to show the timeout used in the message? I feel this might 
help debugging.



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to