I am trying to have the download tool make API calls one at a time rather than doing all parallel runs as I have multiple inputs coming into the download tool for different date parameters. Since the download tool makes parallel calls my API end points are timing out. Is there a way to control that way to make the api calls one at a time?
