Behrad Zari
Behrad Zari
this has been discussed before @h2non and was one of my very first proposals early 2012, However we should remember that Kue is a job queue, not a MOM, nor...
I have been very busy recent year and my kue backlog has not reached my top priorities. Active maintainers needed @fridgerator
Can you create a PR for the updated README @didil I am also open to review code contributions 👍
In each process you can setup on a single redis configuration since Queue is singleton. ``` js var kue = require('kue'); var queue = kue.createQueue({ redis: { post: 6379, host:...
@mz3 I'm not sure if I got your point! Kue is using a single connection for static methods like rangeByState
Currently you should initialize a Queue with `kue.createQueue` and send redis options before calling `kue.Job.get`, and Yes! this is an issue with current design. I'm creating an issue for this...
> Is it problematic to run that multiple times? Could that be the cause of this issue? No Can you test against Kue 1.0.0-alpha in v1 branch?
> What changes are in the v1 branch? Just wondering why you recommend the version change. v1 is an atomic refactored version using lua scripts. > Also, is it production...
> My limited understanding of the source code was that multi was already used by Kue for atomic transactions. What benefit does changing to Lua scripts have? With lua you...
Have you tried v1 branch @masoudcs ? You can run & test against v1 branch of Kue and let me know if this still happens in Kue 1.0