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/10/25 07:24:57 UTC

[GitHub] [airflow] o-nikolas commented on issue #27182: SSHOperator ignores cmd_timeout

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

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