I've using ssh command and easymorph gave me time out error some times. I believe if I increase timeout, this issue is resolved cause our network is not stable and sometimes it take long time.
Thanks,
Nomuun
I've using ssh command and easymorph gave me time out error some times. I believe if I increase timeout, this issue is resolved cause our network is not stable and sometimes it take long time.
Thanks,
Nomuun
Hi Nomuun and welcome to the Community!
Currently, the SSH connector doesn't have a timeout setting. As a workaround, if you use EasyMorph Server, you can configure a timeout for the entire task in the task settings.
Alternatively, you can use the "Repeat" action to retry a module until it doesn't return an error. See below a sample workflow that shows how to re-try a module until it completes successfully.
repeat-retry.morph (5.8 KB)
The "Repeat" action is an advanced action and requires a bit of learning. See the help article on the action: transformations:repeat [EasyMorph Help]
Here is a more elaborate example. It now includes a variant with a limit for retry attempts.
repeat-retry.morph (9.6 KB)