Skip to content

Make app cleanup idempotent on deletion. - #5179

Merged
NullHypothesis merged 2 commits into
masterfrom
make-deletion-idempotent
Sep 5, 2026
Merged

Make app cleanup idempotent on deletion.#5179
NullHypothesis merged 2 commits into
masterfrom
make-deletion-idempotent

Conversation

@NullHypothesis

Copy link
Copy Markdown
Contributor

Our preflight tests create a bunch of apps. Tests tend to clean up after themselves but we also have a cleanup tool that deletes all apps older than 30 minutes. This can result in a deletion race. To fix that, we make deletion idempotent. If it fails, we ignore the error.

Our preflight tests create a bunch of apps. Tests tend to clean up after
themselves but we also have a cleanup tool that deletes all apps older
than 30 minutes. This can result in a deletion race. To fix that, we
make deletion idempotent. If it fails, we ignore the error.
@NullHypothesis
NullHypothesis merged commit 10c9d53 into master Sep 5, 2026
24 checks passed
@NullHypothesis
NullHypothesis deleted the make-deletion-idempotent branch September 5, 2026 01:06
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.

1 participant