You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
The nodejs.log file contains too many errors of this kind. Sorry if the solution has been addressed already. I would like to know what is the best way of dealing with or solving this issue?
Thank you
events.js:174
throw er; // Unhandled 'error' event
^
Error: job "23133372" doesnt exist
at Command.callback (/var/app/current/node_modules/kue/lib/queue/job.js:178:17)
at normal_reply (/var/app/current/node_modules/kue/node_modules/redis/index.js:721:21)
at RedisClient.return_reply (/var/app/current/node_modules/kue/node_modules/redis/index.js:819:9)
at JavascriptRedisParser.returnReply (/var/app/current/node_modules/kue/node_modules/redis/index.js:192:18)
at JavascriptRedisParser.execute (/var/app/current/node_modules/kue/node_modules/redis-parser/lib/parser.js:574:12)
at Socket.<anonymous> (/var/app/current/node_modules/kue/node_modules/redis/index.js:274:27)
at Socket.emit (events.js:189:13)
at addChunk (_stream_readable.js:284:12)
at readableAddChunk (_stream_readable.js:265:11)
at Socket.Readable.push (_stream_readable.js:220:10)
at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
Emitted 'error' event at:
at Worker.<anonymous> (/var/app/current/node_modules/kue/lib/kue.js:342:12)
at Worker.emit (events.js:189:13)
at Worker.error (/var/app/current/node_modules/kue/lib/queue/worker.js:104:8)
at /var/app/current/node_modules/kue/lib/queue/worker.js:85:20
at Command.callback (/var/app/current/node_modules/kue/lib/queue/job.js:178:14)
at normal_reply (/var/app/current/node_modules/kue/node_modules/redis/index.js:721:21)
[... lines matching original stack trace ...]
at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! br@1.0.0 start: `node ./bin/www`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the br@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Hi,
The nodejs.log file contains too many errors of this kind. Sorry if the solution has been addressed already. I would like to know what is the best way of dealing with or solving this issue?
Thank you
The text was updated successfully, but these errors were encountered: