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

Make infra-flow deletion more resilient #925

Merged
merged 2 commits into from
Jul 29, 2024

Commits on Jul 26, 2024

  1. make infra-flow deletion more resilient

    We've recently seen a few edge cases where some referenced
    resources were already successfully deleted but the
    deletion flow was not finished completely. Upon retry
    the deletion was now stuck since the supposedly still
    existing resources could not be found anymore.
    With this commit, those resources will be
    assumed to have been successfully deleted and the
    deletion flow will continue.
    AndreasBurger committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    686c4c4 View commit details
    Browse the repository at this point in the history
  2. address review

    AndreasBurger committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    aee95ce View commit details
    Browse the repository at this point in the history