I am working with an external API to collect data. This works beautifully except they throttle requests per second to 1.
Is there a way in Stream where I can enforce 1 request per second at collection phase? Not per second/per worker unfortunately. Hard limit of 1 request per second which results in 429 errors for most of the pulls.
I am on version 3.5.4.