-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Feature/email rate limiting #94
base: main
Are you sure you want to change the base?
Feature/email rate limiting #94
Conversation
@KMKoushik did something on rate limitting, can you please review and give some notes/feedbacks |
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.
this would not work for cloud version, ratelimiting should based on team data available on database
I will need more information on this, Things are already rate limitted on team as I can see on the token function in the send email method |
I’ve updated the endpoint and included teamId in the rate limiter token. Could you please review it again and share your feedback or any suggestions for improvement? |
Hey @KMKoushik when can I expect a review |
Hello @KMKoushik I am still looking for some feedback on this PR |
@SuperALKALINEdroiD sorry missed this, i think the rate limit for each team should be strored in database for each team rather than env. this is more of a cloud feature. on-prem doesn't really need rate-limiting tbh |
No description provided.