Get Request Node delivers not all data

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

Hello @sven-abx,

retrieving data is taking longer than the timeout value. Can you increase it and then give it a try?

Br,
Ivan

1 Like

Hi @ipazin,

looks like 60 seconds are not enough. I increased it to 360 and give it a try.

thanks,
sven

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.