o-nikolas commented on issue #27182: URL: https://github.com/apache/airflow/issues/27182#issuecomment-1290108803
Thanks for working on this issue @punx120, I have assigned it to you :smile: > Then timeout occurs, readq will be an empty list but there is no logic to handle that, and the code will keep reading forever. Not sure yet of the best way to handle this ... If `read`, `write`, `except` (the latter two are currently being thrown away with `_`) are *all* empty then you know you've hit your timeout case. Try adding such a condition to the hook code it should get you unblocked! :smiley: -- 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]
