Disabling specific Microservices

I noticed in the REST API disabling microservices is not yet implemented.
What is the best/safest way to disable specific services that I don’t want running
i.e. the mailer service.
Is it safe to do so? Are things going to start breaking if I disable specific services?

Hey Dustin
We try to keep them loosely coupled when it’s possible, so you should be able to disable some services. The simplest way for the moment is to exclude them at startup, using the --exclude or -x option. Then check in the log if you see particular errors that would mean it does break things :-). But for mailer I think it should be ok.
-c

1 Like