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

Option for preventing same configuration from running multiple times #18

Open
navels opened this issue Oct 30, 2013 · 1 comment
Open

Comments

@navels
Copy link
Collaborator

navels commented Oct 30, 2013

We are in a multiple-application environment and using multirun works great except when different applications have overlapping depencies. For example:

App A requires services X, Y, Z
App B requires services Q, R, Y, Z.
App C requires services R, S, Z.

Ideally we would have a multirun config for each app which starts up the required services. That works fine when running a single application, but when all three apps are run you end up getting two instances of services R and Y and three of service Z.

It would be helpful to have an option to tell multirun to only launch configs that are not already running. Thanks.

@ghost ghost assigned rkhmelyuk Oct 31, 2013
@rkhmelyuk rkhmelyuk removed their assignment Nov 16, 2020
@ErikBrendel
Copy link

@rkhmelyuk What is the status on this?

I also would really like for the multirun run configuration to not again start those run configurations that are already running, but only those that are currently not (anymore) running. Would that be possible?

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

No branches or pull requests

3 participants