Sorry guys I know this is a super basic thing, but I can't really find a shorthand way to solve it:
* API that I'm hitting only supports 5 concurrent requests/promises
* All requests need to be sent individually, i.e., there's no need for the batching patterns
* Queue should be pulled from whenever possible (i.e. i don't want to have run a Schedule to pull from the queue)
What would be the best util(s) for this?