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

Clean up leaked deployments on restoration #4329

Merged
merged 1 commit into from
May 30, 2018
Merged

Commits on May 23, 2018

  1. Clean up leaked deployments on restoration

    This PR cancels deployments that are active but do not have a job
    associated with them. This is a broken invariant that causes issues in
    the deployment watcher since it will not track them. Thus they are
    objects that can't be operated on or cleaned up.
    
    Fixes #4286
    dadgar committed May 23, 2018
    Configuration menu
    Copy the full SHA
    689d396 View commit details
    Browse the repository at this point in the history