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

fix(rate limiter) Allow us to disable the global rate limiter #3025

Merged
merged 1 commit into from
Aug 5, 2022

Conversation

fpacifici
Copy link
Contributor

In a world with many clickhouse clusters the global rate limiter is not very useful.
It is actually causing issues to redis as the global keys are really hot.

@fpacifici fpacifici requested a review from a team as a code owner August 5, 2022 07:43
@codecov-commenter
Copy link

codecov-commenter commented Aug 5, 2022

Codecov Report

Merging #3025 (a403170) into master (588c25c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3025   +/-   ##
=======================================
  Coverage   93.02%   93.02%           
=======================================
  Files         646      646           
  Lines       29652    29653    +1     
=======================================
+ Hits        27583    27584    +1     
  Misses       2069     2069           
Impacted Files Coverage Δ
snuba/web/db_query.py 89.34% <100.00%> (+0.04%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@fpacifici fpacifici merged commit 6ffeb53 into master Aug 5, 2022
@fpacifici fpacifici deleted the fix/disable_global_rate branch August 5, 2022 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants