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:support concurrency rate limit. #1456

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

SkyeBeFreeman
Copy link
Collaborator

PR Type

Feature.

Describe what this PR does for and how you did.

Adding the issue link (#xxx) if possible.

closes #1326

Note

Checklist

  • Add information of this PR to CHANGELOG.md in root of project.
  • Add documentation in javadoc or comment below the PR if necessary.

Checklist (Optional)

  • Will pull request to branch of 2023.
  • Will pull request to branch of 2022.
  • Will pull request to branch of 2021.
  • Will pull request to branch of 2020.
  • Will pull request to branch of hoxton.

Copy link

codecov bot commented Nov 1, 2024

Codecov Report

Attention: Patch coverage is 43.67816% with 49 lines in your changes missing coverage. Please review.

Project coverage is 69.06%. Comparing base (f8ac4f5) to head (67ce7d8).
Report is 2 commits behind head on 2021.

Files with missing lines Patch % Lines
.../cloud/polaris/ratelimit/utils/RateLimitUtils.java 15.78% 14 Missing and 2 partials ⚠️
...aris/ratelimit/tsf/TsfRateLimitConfigModifier.java 0.00% 14 Missing ⚠️
...ris/ratelimit/filter/QuotaCheckReactiveFilter.java 63.15% 5 Missing and 2 partials ⚠️
...s/context/config/extend/tsf/TsfCoreProperties.java 0.00% 6 Missing ⚠️
...s/ratelimit/tsf/TsfRateLimitAutoConfiguration.java 0.00% 2 Missing ⚠️
...aris/ratelimit/filter/QuotaCheckServletFilter.java 92.30% 0 Missing and 1 partial ⚠️
...elimit/tsf/TsfRateLimitBootstrapConfiguration.java 0.00% 1 Missing ⚠️
...g/springframework/tsf/core/context/TsfContext.java 0.00% 1 Missing ⚠️
...xt/config/extend/tsf/TsfContextConfigModifier.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               2021    #1456      +/-   ##
============================================
- Coverage     69.86%   69.06%   -0.80%     
  Complexity        2        2              
============================================
  Files           312      312              
  Lines          7396     7341      -55     
  Branches        891      876      -15     
============================================
- Hits           5167     5070      -97     
- Misses         1770     1821      +51     
+ Partials        459      450       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@andrewshan andrewshan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@andrewshan andrewshan merged commit e89bdae into Tencent:2021 Nov 4, 2024
9 of 10 checks passed
@SkyeBeFreeman SkyeBeFreeman deleted the 21/upgrade-rate-limit branch November 4, 2024 11:52
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.

2 participants