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

Guard against a container not existing and still allow removal #2307

Merged
merged 6 commits into from
Jul 4, 2023

Conversation

Pezmc
Copy link
Contributor

@Pezmc Pezmc commented Jun 16, 2023

Description

I ran against this issue locally where removal failed half way through (removed from docker but not FlowForge).
This then left my account in a state where I could not delete the instance as it had already been removed from docker.

It's unlikely this would happen in production, but adding a guard just in case doesn't hurt!

Related Issue(s)

None

Checklist

  • I have read the contribution guidelines
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
    • Upgrade instructions
    • Configuration details
    • Concepts
  • Changes flowforge.yml?
    • Issue/PR raised on flowforge/helm to update ConfigMap Template
    • Issue/PR raised on flowforge/CloudProject to update values for Staging/Production

Labels

  • Backport needed? -> add the backport label
  • Includes a DB migration? -> add the area:migration label

@Pezmc Pezmc requested a review from hardillb June 16, 2023 14:42
Copy link
Member

@knolleary knolleary left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why this hasn't been merged already - doing so

@knolleary knolleary merged commit 861ca80 into main Jul 4, 2023
3 checks passed
@knolleary knolleary deleted the fix-remove-already-removed-container branch July 4, 2023 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants