Automattic / kue

Kue is a priority job queue backed by redis, built for node.js.
http://automattic.github.io/kue
MIT License
9.46k stars 867 forks source link

Request queue #1148

Open jocca1985 opened 6 years ago

jocca1985 commented 6 years ago

Hi,

is it possible to use your module for queuing HTTP request in express? I have some specific HTTP requests that need to go to queue instead of being processed in parallel.

raphaelsoul commented 6 years ago

similiar problem here. I need run http polling task in queue, produced massive and chaotic code😥

kenjoe commented 6 years ago

Same problem here. Any update on this?