Getting error of time-out for the task of SSH while executing the docker image and its commands within it.
[2023-06-14, 16:07:03 UTC] {taskinstance.py:1776} ERROR - Task failed with exception
Traceback (most recent call last):
File "/home/airflow/.venv/airflow/lib/python3.7/site-packages/airflow/providers/ssh/operators/ssh.py", line 173, in execute
result = self.run_ssh_client_command(ssh_client, self.command, context=context)
File "/home/airflow/.venv/airflow/lib/python3.7/site-packages/airflow/providers/ssh/operators/ssh.py", line 159, in run_ssh_client_command
ssh_client, command, timeout=self.cmd_timeout, environment=self.environment, get_pty=self.get_pty
File "/home/airflow/.venv/airflow/lib/python3.7/site-packages/airflow/providers/ssh/hooks/ssh.py", line 547, in exec_ssh_client_command
raise AirflowException("SSH command timed out")
airflow.exceptions.AirflowException: SSH command timed out
How this can be resolved. We have already increased OS level timeout.