You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if I could specify a groupId or label or something to be able to control multiple services (similar to "all", but defined by me) without resorting to multiple fuge shells.
start all
...
stop optional
...
stop all
...
start minimal
Some of my microservices consume more resources at rest than I would like and aren't always needed, so it would be nice to be able to manage my resources easily instead of defining multiple yml files and having to manage things in multiple fuge shells.
The text was updated successfully, but these errors were encountered:
Yep that's one we've been thinking about. Currently we're using multiple fuge shells as well on on system where we have some node processes and some Java, the Java processes are slow to start so we split the configuration. +1 will get some time on this soon.
It would be nice if I could specify a groupId or label or something to be able to control multiple services (similar to "all", but defined by me) without resorting to multiple fuge shells.
Ex.
Some of my microservices consume more resources at rest than I would like and aren't always needed, so it would be nice to be able to manage my resources easily instead of defining multiple yml files and having to manage things in multiple fuge shells.
The text was updated successfully, but these errors were encountered: