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

Dynamic autoscaler can go in infinite creation loop #5071

Closed
Tracked by #951 ...
sanderegg opened this issue Nov 23, 2023 · 0 comments · Fixed by #5077
Closed
Tracked by #951 ...

Dynamic autoscaler can go in infinite creation loop #5071

sanderegg opened this issue Nov 23, 2023 · 0 comments · Fixed by #5077
Assignees
Labels
a:autoscaling autoscaling service in simcore's stack bug buggy, it does not work as expected

Comments

@sanderegg
Copy link
Member

sanderegg commented Nov 23, 2023

Dynamic Autoscaling creates new machine based on the reported missing resources S on a pending service with the appropriate labels.

  • before creating the machine autoscaling uses AWS EC2 API to get the machine actual values A
  • after creating the machine autoscaling uses the docker API to get the machine real values R

These values differ slightly.
In case where R < S < A, the autoscaling creates new machines in a loop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:autoscaling autoscaling service in simcore's stack bug buggy, it does not work as expected
Projects
None yet
1 participant