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
On Wed 23. Mar 2022 at 23:13, AdriDevelopsThings ***@***.***> wrote:
This is the api log after I got a 502 and 404 from the api (It looks like
the api was restarting):
Maybe the api should handle this error.
api_1 | IllegalOperationError: Channel closed
api_1 | at ConfirmChannel.<anonymous> (/app/node_modules/amqplib/lib/channel.js:160:11)
api_1 | at ConfirmChannel.C.publish (/app/node_modules/amqplib/lib/channel_model.js:158:15)
api_1 | at ConfirmChannel.CC.publish (/app/node_modules/amqplib/lib/channel_model.js:294:20)
api_1 | at ConfirmChannel.CC.sendToQueue (/app/node_modules/amqplib/lib/channel_model.js:298:15)
api_1 | at /app/node_modules/rabbit-queue/js/queue.js:163:25
api_1 | at new Promise (<anonymous>)
api_1 | at Function.<anonymous> (/app/node_modules/rabbit-queue/js/queue.js:158:20)
api_1 | at Generator.next (<anonymous>)
api_1 | at /app/node_modules/rabbit-queue/js/queue.js:8:71
api_1 | at new Promise (<anonymous>)
api_1 | at __awaiter (/app/node_modules/rabbit-queue/js/queue.js:4:12)
api_1 | at Function.publish (/app/node_modules/rabbit-queue/js/queue.js:154:16)
api_1 | at Rabbit.<anonymous> (/app/node_modules/rabbit-queue/js/rabbit.js:147:35)
api_1 | at Generator.next (<anonymous>)
api_1 | at fulfilled (/app/node_modules/rabbit-queue/js/rabbit.js:5:58) {
api_1 | stackAtStateChange: `Stack capture: Connection closed: 320 (CONNECTION-FORCED) with message "CONNECTION_FORCED - broker forced connection closure with reason 'shutdown'"\n` +
api_1 | ' at Object.accept (/app/node_modules/amqplib/lib/connection.js:90:15)\n' +
api_1 | ' at Connection.mainAccept [as accept] (/app/node_modules/amqplib/lib/connection.js:64:33)\n' +
api_1 | ' at Socket.go (/app/node_modules/amqplib/lib/connection.js:478:48)\n' +
api_1 | ' at Socket.emit (node:events:520:28)\n' +
api_1 | ' at emitReadable_ (node:internal/streams/readable:578:12)\n' +
api_1 | ' at processTicksAndRejections (node:internal/process/task_queues:82:21)'
api_1 | }
—
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEMCWQJOK76RSN36EBRCCZTVBOJPPANCNFSM5RPKPT5Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
This is the api log after I got a 502 and 404 from the api (It looks like the api was restarting):
Maybe the api should handle this error.
The text was updated successfully, but these errors were encountered: