-
-
Notifications
You must be signed in to change notification settings - Fork 79
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 for subscription based rate limit customization #561
feat: support for subscription based rate limit customization #561
Conversation
…cription rate limit using this approach the stale rate limit issue is avoided
@shadab14meb346 is attempting to deploy a commit to the OpenInt Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for following the naming conventions for pull request titles! 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a couple of comments
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Will merge soon 🔥
…nd default rate limit environment is missing
Description
Fixes #562
This PR introduces the feature of API rate limit on tenantId basis. Earlier it was IP based.
The rate limit is descided based on the subscription of the account.
I have used the rate-limiter-flexible package to impliment the rate limiter.
Type of change
Checklist: