Skip to main content

Hi,

 

With an http caller I execute get requests. This is done in a loop to enable pagination. Sometimes the server that receives and handles the request has trouble handling it and returns an error message. Is it possible to put a decelerator after the rejected port of the httpcaller and then redirect it to the inport of the loop so that the last get request is executed again and the workspace continues?

 

Theoretically, yes. But it does mean that while a feature is waiting in the Decelerator there's no other features being processed at that time.

 

Best is to try and avoid overloading the server, the HTTPCaller has a built in Rate Limiting option (max request per interval and interval length)


Thanks, first I check the HTTPCaller.


Reply