Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Virtual contributor engines are getting restarted on DEV env #74

Open
Comoque1 opened this issue Dec 16, 2024 · 0 comments
Open

BUG: Virtual contributor engines are getting restarted on DEV env #74

Comoque1 opened this issue Dec 16, 2024 · 0 comments

Comments

@Comoque1
Copy link
Member

Comoque1 commented Dec 16, 2024

Describe the bug
Virtual contributor engines are getting restarted on DEV env

To Reproduce
Steps to reproduce the behavior:

  1. Go to Lens and check the vc pods - they keep restarting

image.png

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"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant