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

Add support for autoscaling queue #36

Open
pierotofy opened this issue Aug 24, 2019 · 2 comments
Open

Add support for autoscaling queue #36

pierotofy opened this issue Aug 24, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@pierotofy
Copy link
Member

Optional support for an autoscaling queue could allow users to queue tasks even if they hit account limit restrictions and provide a better flow.

@pierotofy pierotofy added the enhancement New feature or request label Aug 24, 2019
@FJEANNOT
Copy link
Contributor

This is exactly what i need.
So the feature would do something like this:

  1. Check quotas for the asr provider before autoscaling.
  2. Push the task in a fifo queue if autoscaling will cause the provider account to met its limits.
  3. With each autoscaled node being removed, get next task from the queue and run 1. again.

@FJEANNOT
Copy link
Contributor

Now that i think of it. If task files are externalized by ClusterODM instead of written on disk, and an external message queue is used, this could be easy to setup multiple clusterODMs on multiple asr providers accounts

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

No branches or pull requests

2 participants