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(releases): increase lock to 10 minutes on set_commits #77660

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

JoshFerge
Copy link
Member

we observed SENTRY-3F2A during the rollout of #77453.

This didn't make sense until i realized our redis lock is only 10 seconds right now, and this function can take longer than that. We increase the max timeout to 10 minutes, which should be plenty for 99.99+% of set_commits calls.

@JoshFerge JoshFerge requested a review from a team September 17, 2024 21:19
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Sep 17, 2024
@JoshFerge JoshFerge enabled auto-merge (squash) September 17, 2024 21:32
@JoshFerge JoshFerge merged commit c605825 into master Sep 17, 2024
49 checks passed
@JoshFerge JoshFerge deleted the jferg/lock-duration branch September 17, 2024 21:55
harshithadurai pushed a commit that referenced this pull request Sep 19, 2024
we observed SENTRY-3F2A during the rollout of
#77453.

This didn't make sense until i realized our redis lock is only 10
seconds right now, and this function can take longer than that. We
increase the max timeout to 10 minutes, which should be plenty for
99.99+% of `set_commits` calls.
harshithadurai pushed a commit that referenced this pull request Sep 19, 2024
we observed SENTRY-3F2A during the rollout of
#77453.

This didn't make sense until i realized our redis lock is only 10
seconds right now, and this function can take longer than that. We
increase the max timeout to 10 minutes, which should be plenty for
99.99+% of `set_commits` calls.
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.

3 participants