Hello,
I use the Get Request Node to retrive data via WEB API to process them an then store them into a DB.
Now I figured out, that not all request are being processed.
Some deliver the data, but some get the following message:
java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.net.SocketTimeoutException: SocketTimeoutException invoking https://company-url/data/Customers: Read timed out
Can someone explain this to me?
Greetings,
Sven