Is there a retry option for the download tool? There is a timeout but I want to be able retry if it fails.
To do this I recommend an iterative macro.
Parse the header and any that fail go into the iterative macro, after the input of the iterative macro put another filter and loop until X number of iteractions or until the URL is valid.
you might need the throttle tool if you want to try every X sec/minutes
Post an example URL if you want me to put together a demo macro for you
https://address.melissadata.net/v3/WEB/GlobalAddress/doGlobalAddress
I will be using HTTP post request. I have the header and body already build. So I have array of requests that I’m taking from another macro. I would the download tool to retry the request if packet gets dropped. Currently, if one of the packet fails I get an “Error transferring data: Failure when receiving data from the peer” error.