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

Garbage collect with provided retention options #638

Merged
merged 1 commit into from
Apr 7, 2022

Commits on Apr 7, 2022

  1. Garbage collect with provided retention options.

    Introduce two new flags to configure the ttl of an artifact and the max
    no. of files to retain for an artifact. Modify the gc process to
    consider the options and use timeouts to prevent the controller from
    hanging.
    This helps in situations when the SC has already garbage collected the
    current artifact but the advertised artifact url is still the same,
    which leads to the server returning a 404.
    
    Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
    aryan9600 committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    f8c27a8 View commit details
    Browse the repository at this point in the history