No it is not polling, we are trying to call the endpoint parallely .Suppose if the endpoint https://cloudmanager.adobe.io/api/programs has 10000 program id. if we are calling endpoint through multithread environment, api call will be made at the rate of 5 request in sec, in such case will it cause ...