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

Support multiple ASGs #3

Open
AmitBaranes opened this issue Dec 6, 2021 · 0 comments
Open

Support multiple ASGs #3

AmitBaranes opened this issue Dec 6, 2021 · 0 comments

Comments

@AmitBaranes
Copy link

AmitBaranes commented Dec 6, 2021

Hi,
We would like to support multiple ASGs since some drone pipelines run under specific node groups. I couldn't find a way to implement that using the current solution, might be cool to have this as well.
Also, would be nice to scale based on pipeline name and not only based on the number of running in total.

for example -

DRONE_AGENT_AUTOSCALING_GROUP: asg-1 asg-2
DRONE_AGENT_MAX_BUILDS_TOTAL: 10 ( not mandatory )
DRONE_AGENT_MAX_BUILDS_PIPELINE: 
{
  "asg-1": {
    "regression": 3,
    "backend": 2
  },
  "asg-2": {
    "frontend": 5
  }
}

thanks for taking drone-autoscaler to the next level, much appreciated!

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

1 participant