You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/11 20:35:25 UTC

[GitHub] [airflow] uranusjr commented on issue #22191: dag_processing code needs to handle OSError("handle is closed") in poll() and recv() calls

uranusjr commented on issue #22191:
URL: https://github.com/apache/airflow/issues/22191#issuecomment-1065497621


   Feel free to submit a pull request to handle the exception! We can figure out how to test the solution in the review process.
   
   BTW I don’t know what your current fix looks like, but `OSError` has an `errno` attribute, checking that in the error handling code may be appropriate as well. (Not sure, I don’t even know what errno this error has right now.)


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

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