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

Commits on Aug 25, 2023

  1. Optimize waitPoolRunningIdleInstances func

    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]>
    ionutbalutoiu committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    93d290d View commit details
    Browse the repository at this point in the history