jscheffl commented on code in PR #68115:
URL: https://github.com/apache/airflow/pull/68115#discussion_r3369289014


##########
providers/ssh/src/airflow/providers/ssh/hooks/ssh.py:
##########
@@ -82,6 +82,9 @@ class SSHHook(BaseHook):
         lifetime of the transport
     :param ciphers: list of ciphers to use in order of preference
     :param auth_timeout: timeout (in seconds) for the attempt to authenticate 
with the remote_host
+    :param conn_retry_attempts: number of times to attempt the initial SSH 
connection before

Review Comment:
   Can we add an explicit hint in the exception handling that if after the 
numbered retries the (known) error appears that the exception result in the 
logs contains a hint for users/operators where to look for errors?



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