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

feat(autofix): Restrict usage to 10 requests per minute #71163

Merged
merged 1 commit into from
May 21, 2024

Conversation

malwilley
Copy link
Member

@malwilley malwilley commented May 20, 2024

This applies per organization. The current limits were 5/second which seemed too permissive.

@malwilley malwilley requested a review from a team as a code owner May 20, 2024 16:09
@malwilley malwilley changed the title feat(autofix): Restrict rate usage to 10 requests per minute feat(autofix): Restrict usage to 10 requests per minute May 20, 2024
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label May 20, 2024
Copy link

codecov bot commented May 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.88%. Comparing base (dfc0962) to head (06b7a26).
Report is 3 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #71163       +/-   ##
===========================================
+ Coverage   56.76%   77.88%   +21.11%     
===========================================
  Files        6519     6528        +9     
  Lines      290530   290827      +297     
  Branches    50279    50330       +51     
===========================================
+ Hits       164933   226510    +61577     
+ Misses     120851    58074    -62777     
- Partials     4746     6243     +1497     
Files Coverage Δ
src/sentry/api/endpoints/group_ai_autofix.py 77.21% <ø> (+31.64%) ⬆️

... and 1955 files with indirect coverage changes

@malwilley malwilley merged commit 40306d8 into master May 21, 2024
53 checks passed
@malwilley malwilley deleted the malwilley/feat/autofix-rate-limit branch May 21, 2024 19:50
@github-actions github-actions bot locked and limited conversation to collaborators Jun 6, 2024
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.

None yet

2 participants