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

Fix garm pool manager startup #169

Merged

Commits on Aug 25, 2023

  1. Fix garm pool manager startup

    If we fail to get the tools for one pool, garm fails to start due to pool
    manager startup timeout. Launch the initial tools update function as a
    goroutine and return from Start(). If it fails, it will retry, and we won't
    block garm from starting.
    
    Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
    gabriel-samfira committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    baa7df6 View commit details
    Browse the repository at this point in the history