Edward Ruchevits

Results 4 comments of Edward Ruchevits

Bluebird does not seem to correctly promisify `queue.process` method: ```js Bluebird.promisifyAll(kue.prototype) ``` But surely it can be done manually with something like: ```js const kue = require('kue') const queue =...

Sounds good, thank you for the answer!