MaxListenersExceededWarning - Node Trigger

Hello,

(node:3711) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 message listeners added to [Worker]. Use emitter.setMaxListeners() to increase limit

Is anyone who’s how to find the workflow been used to trigger this MaxListenersExceededWarning.
Maybe there’s a way to identify node:3711 process pointing to what workflow or execution.
Thank you.

Hey @Primo,

Welcome to the community :tada:

The log snippet has nothing in it to identify a workflow sadly, node:3711 will be an internal part of NodeJS. I would start by checking the n8n version and maybe looking to see which workflows are active and are using something like RabbitMQ maybe

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