potiuk commented on issue #35474:
URL: https://github.com/apache/airflow/issues/35474#issuecomment-1958098338

   > @Taragolis was wondering if you have a patch/workaround for this issue?
   
   Airflow 2.8.2 (RC likely tomorrow) - should have the fix applied from #35653 
- if your problem @kurtqq was with swallowing exception. You are absolutely 
encouraged to subscribe to the devlist and when we send the email to vote on it 
to test if it solves your problem and report back.
   
   If that was the case BTW (swallowing the Exception), then the workaround (or 
rather proper way of writing your DAG code or writing the library that caused 
it) was to remove the `try: except Exception` that caused it (you will need to 
find it by inspecting your code and understanding what your operators and tasks 
that time out are doing). 
   
   If there is other reason (like badly written C-Code in your library that 
does not handle signals propagated from Python) - then the solution is to fix 
the library (or maybe upgrade to newer version that is fixed or raising an 
issue to whoever creates the library - but only you - knowing your DAGs and 
task that do not react to timeout properly do. 
   
   That woudl be about all 


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