Oli
Oli
Created a repo here: https://github.com/olalonde/express-transform
Thanks for the script. I added `queue.watchStuckJobs(5 * 1000)` and problem hasn't re-occurred so far.
Yeah, reproducing the bug would be helpful. Additionally, something super useful would be a CLI vs the web dashboard or the redis REPL. `kue list` `kue retry failed` `kue clear...
@victusfate good job 👍 What happens if the process signal handlers are not called? do the inactive jobs get unstuck eventually?
Why not standard es6 promises? I personally find it slightly annoying when third party modules use their own promise implementation.
@behrad there's https://github.com/stefanpenner/es6-promise or https://github.com/zloirock/core-js... Or going all in with a babel compilation step before publishing on the npm registry.
Promises are an ECMAScript standard now however... you don't see that many npm modules using `any-array` or equivalent to let users chose which Array implementation they prefer.
Created this repo to reproduce: https://github.com/olalonde/kue-shutdown-test
Well, looks like my PR isn't going to get merged but feel free to use my fork if you miss that feature.. With vim plug: ```viml Plug 'olalonde/gist-vim', { 'branch':...
Weird, that works when I put `.tern-project` in my project root but it doesn't work it in `~/.tern-config`