kosteev commented on PR #42064:
URL: https://github.com/apache/airflow/pull/42064#issuecomment-2345526681

   I am pretty sure it works, just to double confirm.
   
   Briefly looking the code it looks like AirflowTaskTimeout will be raised in 
context manager "timeout" outside of "parse" method:
   
https://github.com/apache/airflow/blob/f9d03151977661e2d84a0718ca2276bc6dba406c/airflow/models/dagbag.py#L381
   Will be AirflowTaskTimeout be catched really by try/except in the "parse" 
method?
   
   Also, would be good to have unit test for this. To prevent regression and 
also avoid e.g. doubts that I raise in this question:)
   
   @VladaZakharova @potiuk 


-- 
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]

Reply via email to