Error from queue

Describe the issue/error/question

I am not too sure where that error came from, but after some workflow testing, I could see in the logs two errors coming from my 2 workers.

What is the error message (if any)?

error    | Error from queue:  {"command":{"name":"evalsha","args":["ff9c18634832b0b4115a19b4de5f4788a7cfbd4e","7","bull:jobs:stalled","bull:jobs:wait","bull:jobs:active","bull:jobs:failed","bull:jobs:stalled-check","bull:jobs:meta-paused","bull:jobs:paused","1","bull:jobs:","1653985034645","30000"]},"file":"worker.js"}

Please share the workflow

Share the output returned by the last node

I already solved that problem by doing a

docker exec -it container-name redis-cli FLUSHALL

, but I think that is not the correct way or it is not supposed to happen.

Close this question if it is not a real problem. Thank you any.

Information on your n8n setup

  • **n8n version:LASTEST
  • **Database you’re using (default: SQLite):MySQL
  • Running n8n with the execution process [own(default), main]: main for both workers in queue mode
  • **Running n8n via [Docker, npm, n8n.cloud, desktop app]:Docker Compose

Hi @yurilima, I am really sorry to hear you’re having trouble here.

I do know @jan ran into a bit of trouble when testing the queue mode with RabbitMQ earlier and I suspect your issue might be similar. I’ve added your details to the existing bug ticket and we’ll confirm once there is any feedback on this.

1 Like

Got released with [email protected]

1 Like

Thanks :fist_right: :fist_left:

Let’s hope it helps! :crossed_fingers:

@jan
I will let you know. Since I got that error I stooped use. So from now on, I will check. Because my main usage will be consuming Queues …
Anyway, I will update this issue soon.