Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: prasmussenAre you writing/modifying an existing java node or trying to use the out of the box HTTP node?
If writing/modifying a node with java, there are multiple ways to either a)set the timeout or b)catch the timeout and ignore it. See the following for further detail on the custom java solution to catch the java.net.SocketTimeoutException.
https://stackoverflow.com/questions/...efined-timeout All you would need to do is add the catch and gracefully exit the node without an error.
If using the out of the box node, there's a parameter for connection timeout.