potiuk commented on PR #35653: URL: https://github.com/apache/airflow/pull/35653#issuecomment-1812349726
> An in general need to check other Airflow codebase (core), that we do not miss to catch `AirflowTaskTimeout` where it required, because right now we could catch as `AirflowException` in some places > > ```python > try: > ... > except AirflowException: > "Surprise! Surprise!" > ``` Good point yes. -- 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]
