shaunpersad/throttled-queue

Is there a way to have a global queue for a node app?

nicmar opened this issue · 1 comments

Nice work! I'm having different endpoints sending API requests to the same API at the same time. Could you suggest a way to have a global queue for any operations to follow the same rules?

I assume if i run two in parallell, they will both have the full queue, as they don't know about each other.

Thanks!

this is dead but this is basic javascript what you're referring to