garden-io / garden

Automation for Kubernetes development and testing. Spin up production-like environments for development, testing, and CI on demand. Use the same configuration and workflows at every step of the process. Speed up your builds and test runs via shared result caching
https://garden.io
Mozilla Public License 2.0
3.4k stars 275 forks source link

[Bug]: MaxListenersExceededWarning #6656

Open salotz opened 1 week ago

salotz commented 1 week ago

Bug

Current behavior

Related to #2422

(node:1530534) MaxListenersExceededWarning: (node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
(Use `node --trace-warnings ...` to show where the warning was created)

Reproducible example

I don't know how to reproduce.

I was in dev mode running various things.

Workaround

It didn't crash and nothing seems to be out of the ordinary.

Your environment

garden version

--> garden version
garden version: 0.13.39
twelvemo commented 1 week ago

Hi @salotz, thanks for reporting. We will keep an eye out for these warnings. Let us know if it starts impacting your work or if there is a way to reproduce it.