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

ref(releases): dont send back release stats on update #77832

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

JoshFerge
Copy link
Member

@JoshFerge JoshFerge commented Sep 19, 2024

I can't think of a reason why release stats are super necessary on updates to a release. This causes extra load on snuba, and can also result in release update failures when snuba is being rate limited or 429ing.

If this is too aggressive, we could consider catching 429's in the release serializer and making them empty instead.

releasing under an option so we can rollback if any problems are observed.

@JoshFerge JoshFerge requested a review from a team September 19, 2024 22:31
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Sep 19, 2024
@JoshFerge JoshFerge enabled auto-merge (squash) September 20, 2024 14:24
@JoshFerge JoshFerge merged commit ce23943 into master Sep 20, 2024
51 checks passed
@JoshFerge JoshFerge deleted the jferg/release-snuba branch September 20, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants