Automattic / kue

Kue is a priority job queue backed by redis, built for node.js.
http://automattic.github.io/kue
MIT License
9.45k stars 867 forks source link

Kue:Listen issue #1221

Open otavioamaral opened 5 years ago

otavioamaral commented 5 years ago

hi guys,

when i do the "kue:listen' command, this error appears:

`[ioredis] Unhandled error event: Error: connect ETIMEDOUT at Socket. (C:\Users\DigitalPages_i5_1\Documents\emae-api\node_modules\ioredis\lib\redis.js:289:21) at Object.onceWrapper (events.js:273:13) at Socket.emit (events.js:182:13) at Socket._onTimeout (net.js:453:8) at ontimeout (timers.js:436:11) at tryOnTimeout (timers.js:300:5) at listOnTimeout (timers.js:263:5) at Timer.processTimers (timers.js:223:10) events.js:167 throw er; // Unhandled 'error' event ^

Error: connect ETIMEDOUT at Socket. (C:\Users\DigitalPages_i5_1\Documents\emae-api\node_modules\ioredis\lib\redis.js:289:21) at Object.onceWrapper (events.js:273:13) at Socket.emit (events.js:182:13) at Socket._onTimeout (net.js:453:8) at ontimeout (timers.js:436:11) at tryOnTimeout (timers.js:300:5) at listOnTimeout (timers.js:263:5) at Timer.processTimers (timers.js:223:10) Emitted 'error' event at: at Redis. (C:\Users\DigitalPages_i5_1\Documents\emae-api\node_modules\kue\lib\redis.js:65:13) at Redis.emit (events.js:182:13) at Redis.silentEmit (C:\Users\DigitalPages_i5_1\Documents\emae-api\node_modules\ioredis\lib\redis.js:472:22) at C:\Users\DigitalPages_i5_1\Documents\emae-api\node_modules\ioredis\lib\redis\event_handler.js:114:10 at Socket. (C:\Users\DigitalPages_i5_1\Documents\emae-api\node_modules\ioredis\lib\redis.js:293:43) at Object.onceWrapper (events.js:273:13) [... lines matching original stack trace ...] at Timer.processTimers (timers.js:223:10)`