-
How to apply rate limit with .qsp.read.fromHTTP
I saw this reader, .qsp.read.fromHTTP, is a more convenient way to implement an API call request to get data instead of a timer and callback. But what if the API has a rate limit, how do you abide by that? I know its related to OnResponse option, but not sure how to use that to trigger next request periodically after x amount of time, say 30 seconds or 1 hour. I simply want to make the API request to get data periodically.
Thanks
Log in to reply.