qp icon indicating copy to clipboard operation
qp copied to clipboard

Efficient queue manager/processor in node.js

Results 5 qp issues
Sort by recently updated
recently updated
newest added

When using QP with a redis cluster, job data is sometimes undefined when a job is pulled off the queue and given to a worker. This could be due to...

Uses [Disque](https://github.com/antirez/disque) instead of Redis as the queueing backend. Disque was designed to achieve exactly what QP was built for, and this allows QP to be a brilliant abstraction to...

enhancement

console.log('hi') doesn't count ;)

enhancement

Redis pub/sub doesnt care what database you select, so they should be namespaced by database or some other way

bug

On high load queues, the server goes a bit crazy processing and emitting all of the messages. Should have a max message rate, after which it broadcasts data every 250ms...

enhancement