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
Should be an uncapped exception i use Bull to exec some tasks and bull task failed reason
stacktrace
stacktrace: ["TypeError: Cannot read property 'addResponse' of undefined\n"+' at JavascriptRedisParser.returnReply (/root/apps/api/node_modules/@albert-team/red/src/index.js:61:19)\n'+' at JavascriptRedisParser.execute (/root/apps/api/node_modules/redis-parser/lib/parser.js:544:14)\n'+' at Socket.<anonymous> (/root/apps/api/node_modules/@albert-team/red/src/index.js:95:41)\n'+' at Socket.emit (events.js:326:22)\n'+' at addChunk (_stream_readable.js:297:12)\n'+' at readableAddChunk (_stream_readable.js:272:9)\n'+' at Socket.Readable.push (_stream_readable.js:213:10)\n'+' at TCP.onStreamRead (internal/stream_base_commons.js:188:23)']
code like
try{awaitsome_filter.connect()logger.info(`some_filter connect`)awaitother_filter.connect()logger.info(`other_filter connect`)// do some exists check and add}catch(err){// It didn't arrive herethrowerr}finally{try{awaitsome_filter.disconnect()logger.info(`some_filter disconnect`)awaitother_filter.disconnect()logger.info(`other_filter disconnect`)}catch(e){}}
The text was updated successfully, but these errors were encountered:
The smallest example is the code above, and there is no special operation. The only difference is that the code is running in the bull task and initialize two filters
Should be an uncapped exception i use
Bull
to exec some tasks and bull task failed reasonThe text was updated successfully, but these errors were encountered: