I get this error message and not sure, what this means:
What is the error message (if any)?
(node:1708981) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 editorUiConnected listeners added to [Push]. Use emitter.setMaxListeners() to increase limit
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Not sure if the update was meant only to address messages in log files, or should have also suppressed these warning messages in console output, but I just observed this message on v1.61.0, running in docker w/ 1 main node and 3 worker nodes.
The messages occur somewhat reliably after about 10 or 11 calls (within a few seconds) to start a workflow via webhook-trigger.
Did not notice any failed requests (e.g. timeout or refusals/503/busy)