Gaurang033 opened a new issue #14489: URL: https://github.com/apache/airflow/issues/14489
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details tag like <details><summary>super-long log</summary> lots of stuff </details> Please delete these comment blocks before submitting the issue. --> **Description** currently SSH operator fails if authentication fails without retying. We can add two more parameters as mentioned below which will retry in case of Authentication failure after waiting for configured time. - max_retry - maximum time SSH operator should retry in case of exception - wait - how many seconds it should wait before next retry <!-- A short description of your feature --> **Use case / motivation** We are using SSH operator heavily in our production jobs, And what I have noticed is sometimes SSH operator fails to authenticate, however open re-running jobs it run successfully. And this happens ofthen. We have ended up writing our own custom operator for this. However, if we can implement this, this could help others as well. <!-- What do you want to happen? Rather than telling us how you might implement this solution, try to take a step back and describe what you are trying to achieve. --> Implement the suggested feature for ssh operator. **Are you willing to submit a PR?** I will submit the PR if feature gets approval. <!--- We accept contributions! --> **Related Issues** N/A <!-- Is there currently another issue associated with this? --> No ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
