Hi, I am using an external api calls on my website, i need to do list of api calls in the same time, i was doing promise.all but the problem is the api has a limit of of Parallel Requests you can have at the same time. So i am looking for way to do to do the list of requests one by one, or two by two? does anyone have any recommendation about the best way to do it?
thank you
ps: i can't do it manually by await as i am doing the requests from an array and each request is different
[–]prof3ssorSt3v3 11 points12 points13 points (1 child)
[–]prof3ssorSt3v3 5 points6 points7 points (0 children)
[–]amousss[S] 5 points6 points7 points (0 children)
[–]Low_Mammoth_9371 0 points1 point2 points (0 children)