Skip to content

feat(seer): Add issue summary to post process #90710

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

roaga
Copy link
Member

@roaga roaga commented Apr 30, 2025

Asynchronously kicks off issue summary in post process. The existing issue summary code should handle locking, caching results, and automatically triggering Autofix.

I put it in this location in the pipeline so that the summary generation has started before we start building and firing alerts.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Apr 30, 2025
Copy link

codecov bot commented Apr 30, 2025

Codecov Report

Attention: Patch coverage is 93.75000% with 2 lines in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/sentry/tasks/autofix.py 60.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master   #90710   +/-   ##
=======================================
  Coverage   87.77%   87.78%           
=======================================
  Files       10269    10269           
  Lines      582127   582212   +85     
  Branches    22573    22573           
=======================================
+ Hits       510989   511077   +88     
+ Misses      70705    70702    -3     
  Partials      433      433           

@roaga roaga marked this pull request as ready for review May 1, 2025 22:10
@roaga roaga requested review from a team as code owners May 1, 2025 22:10
@scttcper scttcper requested a review from a team May 1, 2025 22:14
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