[BUG] node rabbitmq


I created a stream and there are times when my rabbitmq is in an infinite loop, and it doesn’t proceed with the stream and I also can’t stop the stream then I need to restart n8n, is this really a bug?

Hi @Ruan17, this is unfortunately the expected behaviour with n8n during a workflow execution. n8n would only check whether a workflow execution has been cancelled between each node.

Many nodes use timeouts on their own to prevent an infinite execution like you have described, but it seems the RabbitMQ node does not.

Seeing this would be quite useful to have I’ve converted your question into a feature request so you and other users (including myself) can leave their vote on it.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.