-
Notifications
You must be signed in to change notification settings - Fork 429
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(rate-limit/redis): Use redis to store throttling data for admin endpoints #2863
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2863 +/- ##
==========================================
- Coverage 95.99% 95.64% -0.36%
==========================================
Files 1068 1013 -55
Lines 32721 29033 -3688
==========================================
- Hits 31411 27769 -3642
+ Misses 1310 1264 -46 ☔ View full report in Codecov by Sentry. |
use redis for user throttle cache implement admin rate throttle Add default value for redis cache env Add redis cache url misc throttle fixes [minor] refac: remove explicit redis cache review fixes fix tests change scope refac: use explicit throttle_class Add helpful comments to settings rollback sentry sampler changes [minor] fix test settings improve settings wip: tests [minor] don't throttle selfhosted telemetry view update lock file refactor tests
adc0927
to
5f50a29
Compare
Will be merged after the release |
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingChanges
Add support for using redis to store throttling data
How did you test this code?
Adds unit tests