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

Rate-limit Requests #55

Open
zysim opened this issue Feb 20, 2022 · 2 comments
Open

Rate-limit Requests #55

zysim opened this issue Feb 20, 2022 · 2 comments
Labels
backlog Stuff to consider in the future enhancement New feature or request
Milestone

Comments

@zysim
Copy link
Collaborator

zysim commented Feb 20, 2022

As the sign says.

We should rate-limit API calls to prevent overloading the server. Standard stuff, really.

@zysim zysim added this to the MVP milestone Feb 20, 2022
@zysim
Copy link
Collaborator Author

zysim commented Jun 19, 2022

Let's implement a general rate limiter as a middleware. Then we can make another (or the same) middleware that handles custom rate-limiting for specific endpoints, if needed.

@Dalet
Copy link
Contributor

Dalet commented Apr 21, 2023

.NET 7 added built-in rate-limiting functionality: https://blog.maartenballiauw.be/post/2022/09/26/aspnet-core-rate-limiting-middleware.html

@TheTedder TheTedder changed the title MVP: Rate-limit Requests Rate-limit Requests Sep 3, 2023
@TheTedder TheTedder added enhancement New feature or request backlog Stuff to consider in the future labels Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Stuff to consider in the future enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

3 participants