DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.84k stars 79 forks source link

Start overmind with option except specified processes #49

Closed Yegorov closed 5 years ago

Yegorov commented 5 years ago

Overmind can ran only specified processes, defined in OVERMIND_PROCESSES It possible start overmind with exclude specified processes? For example, in foreman it's done like this: foreman start -m all=1,worker=0 Сan you add a OVERMIND_EXCEPT_PROCESSES variable in the future?

DarthSim commented 5 years ago

You can do this just the same way with Overmind. You can also use OVERMIND_FORMATION variable to specify formation.

DarthSim commented 5 years ago

Ah, didn't notice all. Overmind launches one instance of each process by default. So you can do overmind s -m worker=0

Yegorov commented 5 years ago

Ok, thanks for fast answer. It would be good if it were in the README.