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

fix(deletions) Fix more stuck deletion #28599

Merged
merged 2 commits into from
Sep 15, 2021
Merged

fix(deletions) Fix more stuck deletion #28599

merged 2 commits into from
Sep 15, 2021

Conversation

markstory
Copy link
Member

A few organizations are stuck in the deletion queue as their projects have been deleted, but their releases have not. The releases are referenced as group.first_release which is a protected relation. This change shifts some of the organization relations to the release and allows delayed release deletions to remove groups that are attached.

This will also allow us to move release deletion to a scheduled delete if we want.

Fixes SENTRY-S4Y

A few organizations are stuck in the deletion queue as their projects
have been deleted, but their releases have not. The releases are
referenced as group.first_release which is a protected relation. This
change shifts some of the organization relations to the release and
allows delayed release deletions to remove groups that are attached.

This will also allow us to move release deletion to a scheduled delete
if we want.

Fixes SENTRY-S4Y
@markstory markstory requested a review from a team September 15, 2021 16:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants