You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(aci): Report Snuba exceptions as warnings and retry (#94582)
Snuba errors are expected and should not be treated as errors; when they
occur, we'd like to retry.
We log them as warnings before retry so we still have record of them; if
we used `@retry` for this, it'd report them as high priority and we'd
like to avoid that in this context.
0 commit comments