Replies: 1 comment
-
Did you fix the probem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
I am encountering a random issue with the SSHOperator in Apache Airflow. The task fails occasionally with the error:
airflow.exceptions.AirflowException: SSH operator error: exit status = 1
Key Observations:
The job executes successfully upon retry without any changes to the configuration or the server.
Most of the time, the job runs smoothly, but failures occur randomly.
Here is the complete error message:
Context:
I suspect the issue could be related to the load on the EC2 instance since multiple jobs were running during the failure. However, other jobs on the same instance were executing successfully at that time.
Questions:
Any insights into debugging and resolving this issue would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions