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

plugin-manager: fails to launch multiple plugins using the same driver #222

Closed
jrasell opened this issue Jul 17, 2020 · 0 comments · Fixed by #223
Closed

plugin-manager: fails to launch multiple plugins using the same driver #222

jrasell opened this issue Jul 17, 2020 · 0 comments · Fixed by #223
Assignees
Milestone

Comments

@jrasell
Copy link
Member

jrasell commented Jul 17, 2020

Currently way the config is generated in plugin manager utils does not allow for multiple plugins of the same driver to be launched and results in the last passed winning. An operator may wish to launch the same plugin multiple times for various reasons, including offering the use of multiple running APMs under a single autoscaler.

config:

apm "apm-1" {
  driver = "nomad-apm"
}

apm "apm-2" {
  driver = "nomad-apm"
}
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

Successfully merging a pull request may close this issue.

1 participant