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

Add chained rate limiter example #2344

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

martincostello
Copy link
Member

@martincostello martincostello commented Oct 13, 2024

Add example for chained rate-limiters as discussed in #2341.

Resolves #2343.

Add example for chained rate-limiters.

Resolves App-vNext#2343.
Copy link

codecov bot commented Oct 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.40%. Comparing base (468bf0c) to head (5af6e6a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2344   +/-   ##
=======================================
  Coverage   85.40%   85.40%           
=======================================
  Files         313      313           
  Lines        7467     7467           
  Branches     1126     1126           
=======================================
  Hits         6377     6377           
  Misses        745      745           
  Partials      345      345           
Flag Coverage Δ
linux 85.37% <ø> (ø)
macos 85.40% <ø> (+0.02%) ⬆️
windows 85.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@martincostello martincostello merged commit d36058d into App-vNext:main Oct 13, 2024
20 checks passed
@martincostello martincostello deleted the gh-2343 branch October 13, 2024 12:17
@lonix1
Copy link

lonix1 commented Oct 13, 2024

awesome

🍻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[docs] Explain partition key
2 participants