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
Describe the bug
Virtual contributor engines are getting restarted on DEV env
To Reproduce
Steps to reproduce the behavior:
Go to Lens and check the vc pods - they keep restarting
Expected behavior
VC engines are stable on DEV env
Additional information
I am not sure if it is related, but these errors are thrown on the served:
{"context":"AmqpConnection","label":"alkemio-server","level":"error","message":"Disconnected from RabbitMQ broker (default)","stack":["Error: Channel closed by server: 406 (PRECONDITION-FAILED) with message \"PRECONDITION_FAILED - inequivalent arg 'durable' for queue 'virtual-contributor-engine-guidance' in vhost '/': received 'true' but current is 'false'\"\n at ConfirmChannel.accept (/usr/src/app/node_modules/@golevelup/nestjs-rabbitmq/node_modules/amqplib/lib/channel.js:320:19)\n at Connection.mainAccept (/usr/src/app/node_modules/@golevelup/nestjs-rabbitmq/node_modules/amqplib/lib/connection.js:582:33)\n at Socket.go (/usr/src/app/node_modules/@golevelup/nestjs-rabbitmq/node_modules/amqplib/lib/connection.js:434:16)\n at Socket.emit (node:events:519:28)\n at emitReadable_ (node:internal/streams/readable:832:12)\n at process.processTicksAndRejections (node:internal/process/task_queues:81:21)"],"timestamp":"2024-12-16T16:12:20.833Z"}
{"context":"AmqpConnection","label":"alkemio-server","level":"info","message":"Failed to setup a RabbitMQ channel - name: AmqpConnection / error: Operation failed: QueueDeclare; 406 (PRECONDITION-FAILED) with message \"PRECONDITION_FAILED - inequivalent arg 'durable' for queue 'virtual-contributor-engine-guidance' in vhost '/': received 'true' but current is 'false'\" Error: Operation failed: QueueDeclare; 406 (PRECONDITION-FAILED) with message \"PRECONDITION_FAILED - inequivalent arg 'durable' for queue 'virtual-contributor-engine-guidance' in vhost '/': received 'true' but current is 'false'\"\n at reply (/usr/src/app/node_modules/@golevelup/nestjs-rabbitmq/node_modules/amqplib/lib/channel.js:137:31)\n at ConfirmChannel.accept (/usr/src/app/node_modules/@golevelup/nestjs-rabbitmq/node_modules/amqplib/lib/channel.js:315:9)\n at Connection.mainAccept (/usr/src/app/node_modules/@golevelup/nestjs-rabbitmq/node_modules/amqplib/lib/connection.js:582:33)\n at Socket.go (/usr/src/app/node_modules/@golevelup/nestjs-rabbitmq/node_modules/amqplib/lib/connection.js:434:16)\n at Socket.emit (node:events:519:28)\n at emitReadable_ (node:internal/streams/readable:832:12)\n at process.processTicksAndRejections (node:internal/process/task_queues:81:21)","timestamp":"2024-12-16T16:12:20.833Z"}
The text was updated successfully, but these errors were encountered:
Describe the bug
Virtual contributor engines are getting restarted on DEV env
To Reproduce
Steps to reproduce the behavior:
Expected behavior
VC engines are stable on DEV env
Additional information
I am not sure if it is related, but these errors are thrown on the served:
{"context":"AmqpConnection","label":"alkemio-server","level":"error","message":"Disconnected from RabbitMQ broker (default)","stack":["Error: Channel closed by server: 406 (PRECONDITION-FAILED) with message \"PRECONDITION_FAILED - inequivalent arg 'durable' for queue 'virtual-contributor-engine-guidance' in vhost '/': received 'true' but current is 'false'\"\n at ConfirmChannel.accept (/usr/src/app/node_modules/@golevelup/nestjs-rabbitmq/node_modules/amqplib/lib/channel.js:320:19)\n at Connection.mainAccept (/usr/src/app/node_modules/@golevelup/nestjs-rabbitmq/node_modules/amqplib/lib/connection.js:582:33)\n at Socket.go (/usr/src/app/node_modules/@golevelup/nestjs-rabbitmq/node_modules/amqplib/lib/connection.js:434:16)\n at Socket.emit (node:events:519:28)\n at emitReadable_ (node:internal/streams/readable:832:12)\n at process.processTicksAndRejections (node:internal/process/task_queues:81:21)"],"timestamp":"2024-12-16T16:12:20.833Z"}
{"context":"AmqpConnection","label":"alkemio-server","level":"info","message":"Failed to setup a RabbitMQ channel - name: AmqpConnection / error: Operation failed: QueueDeclare; 406 (PRECONDITION-FAILED) with message \"PRECONDITION_FAILED - inequivalent arg 'durable' for queue 'virtual-contributor-engine-guidance' in vhost '/': received 'true' but current is 'false'\" Error: Operation failed: QueueDeclare; 406 (PRECONDITION-FAILED) with message \"PRECONDITION_FAILED - inequivalent arg 'durable' for queue 'virtual-contributor-engine-guidance' in vhost '/': received 'true' but current is 'false'\"\n at reply (/usr/src/app/node_modules/@golevelup/nestjs-rabbitmq/node_modules/amqplib/lib/channel.js:137:31)\n at ConfirmChannel.accept (/usr/src/app/node_modules/@golevelup/nestjs-rabbitmq/node_modules/amqplib/lib/channel.js:315:9)\n at Connection.mainAccept (/usr/src/app/node_modules/@golevelup/nestjs-rabbitmq/node_modules/amqplib/lib/connection.js:582:33)\n at Socket.go (/usr/src/app/node_modules/@golevelup/nestjs-rabbitmq/node_modules/amqplib/lib/connection.js:434:16)\n at Socket.emit (node:events:519:28)\n at emitReadable_ (node:internal/streams/readable:832:12)\n at process.processTicksAndRejections (node:internal/process/task_queues:81:21)","timestamp":"2024-12-16T16:12:20.833Z"}
The text was updated successfully, but these errors were encountered: