Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow scaling process up/down in an existing overmind session #112

Open
adibsaad opened this issue May 5, 2021 · 1 comment
Open

Allow scaling process up/down in an existing overmind session #112

adibsaad opened this issue May 5, 2021 · 1 comment

Comments

@adibsaad
Copy link

adibsaad commented May 5, 2021

So if I had a Procfile with web and worker, and I started a new session with only web e.g. overmind start -l web, I'm not able to start a worker process unless I kill the session and restart it with -l web,worker.

I would expect the scaling option, -m to be able to do that e.g. overmind s -m worker=1, but it complains that an overmind session is already running.

system | Listening at ./.overmind.sock
overmind: it looks like Overmind is already running. If it's not, remove ./.overmind.sock and try again
@DarthSim
Copy link
Owner

Hey Adib!

Well, this would require a lot of changes as Overmind initially wasn't meant for dynamically scaling the processes. However, it's not impossible, so I'll keep it here. I'd not expect this feature in the nearest feature though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants