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 deleting crates/releases when these failed before the build #2601

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

syphar
Copy link
Member

@syphar syphar commented Sep 12, 2024

This solves a sentry error where the whole registry watcher was blocked by a panic happening.

Reason is that we now had a nullable colum since we show errors before build, and the deletion logic coudln't handle this.

( fun fact: having sqlx here would have caught this when I did the initial change).

@syphar syphar requested a review from a team as a code owner September 12, 2024 07:33
@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Sep 12, 2024
@syphar
Copy link
Member Author

syphar commented Sep 12, 2024

r? @GuillaumeGomez

This is the reason why we don't build anything right now

https://rust-lang.zulipchat.com/#narrow/stream/356853-t-docs-rs/topic/doc.20builds.20stuck.3F

@syphar syphar merged commit 1b41ab7 into rust-lang:master Sep 12, 2024
11 checks passed
@github-actions github-actions bot added S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Sep 12, 2024
@syphar syphar deleted the fix-delete-crate-relaese branch September 12, 2024 12:32
@syphar syphar removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Sep 12, 2024
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.

2 participants