Behrad Zari

Results 69 comments of Behrad Zari

I'm thinking of re-writing Kue 1.0 with `bluebird` and so any contributions are welcome :+1:

> Why not standard es6 promises? I'm not sure if ES6 restriction is a good choice for Kue users, of which many may be on lower node.js versions currently!

> I would suggest using https://github.com/kevinbeaty/any-promise > This lets users choose which Promise implementation they prefer. 👍

Best is to send us a replicating code @fbergama

thank you @fbergama , this helps to find and fix the issue

I'm afraid `createQueue` currently returns a singleton, so on every node process you are limited to one Kue object to be configured. This will be changed in next major versions.

this needs a kue-wide refactoring to change all static and globals. I would like to bring it to Kue 1.0 if I have enough time.

this will be handled in next Kue release...

I was very busy for months... I will try to do my best to clean up pending PRs...