Skip to content

chore(issues): Add LoggedRetry to log retry information #94840

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mrduncan
Copy link
Member

@mrduncan mrduncan commented Jul 3, 2025

This gives us visibility into when and why retries are happening. Currently we are only able to see that a set of requests (which may or may not have contained retries) succeeds or fails but not individual retry information.

This also enables logged retries for seer requests.

mrduncan added 2 commits July 2, 2025 17:02
This gives us visibility into when and why retries are happening,
currently we are only able to see that a set of requests (which may or
may not have contained retries) succeeds or fails but not individual
retry information.

This also enables logged retries for seer requests.
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 3, 2025
Copy link

codecov bot commented Jul 3, 2025

Codecov Report

Attention: Patch coverage is 97.56098% with 1 line in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/sentry/seer/similarity/similar_issues.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master   #94840   +/-   ##
=======================================
  Coverage   87.88%   87.88%           
=======================================
  Files       10441    10443    +2     
  Lines      603755   603814   +59     
  Branches    23505    23505           
=======================================
+ Hits       530620   530688   +68     
+ Misses      72768    72759    -9     
  Partials      367      367           

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.

1 participant