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

Optimize waitPoolRunningIdleInstances func #171

Conversation

ionutbalutoiu
Copy link
Contributor

Instead of asking for all the GARM instances from the API, and then filtering them by poolID, we can ask the API to return only the instances that are in the poolID pool.

Therefore, we only need to count the instances that are running and idle.

Instead of asking for all the GARM instances from the API, and then
filtering them by `poolID`, we can ask the API to return only the
instances that are in the `poolID` pool.

Therefore, we only need to count the instances that are running and idle.

Signed-off-by: Ionut Balutoiu <[email protected]>
@gabriel-samfira gabriel-samfira merged commit d347979 into cloudbase:main Aug 25, 2023
4 checks passed
@ionutbalutoiu ionutbalutoiu deleted the optimize-wait-pool-running-idle-func branch August 25, 2023 14:37
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 this pull request may close these issues.

2 participants