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

Downscaling #13

Closed
benbjohnson opened this issue Feb 21, 2024 · 0 comments · Fixed by #19
Closed

Downscaling #13

benbjohnson opened this issue Feb 21, 2024 · 0 comments · Fixed by #19
Labels
enhancement New feature or request

Comments

@benbjohnson
Copy link
Collaborator

Currently, the autoscaler only scales up and relies on the target application shutting down when it doesn't have work to perform. This works when there is low job parallelism within a single worker (e.g. a worker can handle 1 or 2 jobs at a time) but doesn't work well as it scales (e.g. a worker can handle tens of jobs at a time).

The reconciler should probably accept a min_machine_count and a max_machine_count expression instead of just the max (via expr).

@benbjohnson benbjohnson added the enhancement New feature or request label Feb 21, 2024
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

Successfully merging a pull request may close this issue.

1 participant