raffifu commented on issue #34204: URL: https://github.com/apache/airflow/issues/34204#issuecomment-1717891867
I can reproduce the issue. I think it's because the default timeout value set to 60 seconds on the [trigger](https://github.com/apache/airflow/blob/53bb2887def8a6bdf6b7b3924a1484f9f9d90b5b/airflow/triggers/external_task.py#L74C1-L74C31). Does the trigger of ExternalTaskSensor should wait for the dependent dags to complete even it takes more than the timeout? -- 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]
