Skip to content

feat(supergroup): retry snuba batch query in supergroups lightweight backfill#113184

Merged
cvxluo merged 1 commit into
masterfrom
cvxluo/retry-snuba-batch-query-in-supergroups-lightweight
Apr 16, 2026
Merged

feat(supergroup): retry snuba batch query in supergroups lightweight backfill#113184
cvxluo merged 1 commit into
masterfrom
cvxluo/retry-snuba-batch-query-in-supergroups-lightweight

Conversation

@cvxluo

@cvxluo cvxluo commented Apr 16, 2026

Copy link
Copy Markdown
Contributor

Should help with the snuba errors we're seeing in SENTRY-5NBC

The batch event fetch is the most expensive part of each task iteration. Wrap it in a ConditionalRetryPolicy with exponential backoff so transient SnubaErrors don't force the whole batch (and its chained follow-up) to restart from a Celery retry.


Co-authored-by: Claude <noreply@anthropic.com>
@cvxluo
cvxluo marked this pull request as ready for review April 16, 2026 16:51
@cvxluo
cvxluo requested a review from a team as a code owner April 16, 2026 16:51
@cvxluo
cvxluo requested a review from a team April 16, 2026 16:51
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Apr 16, 2026
@cvxluo
cvxluo merged commit b90c067 into master Apr 16, 2026
57 checks passed
@cvxluo
cvxluo deleted the cvxluo/retry-snuba-batch-query-in-supergroups-lightweight branch April 16, 2026 17:07
@github-actions github-actions Bot locked and limited conversation to collaborators May 2, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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