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 limiting for server handlers #1013

Open
comatory opened this issue Feb 2, 2023 · 0 comments
Open

Rate limiting for server handlers #1013

comatory opened this issue Feb 2, 2023 · 0 comments

Comments

@comatory
Copy link

comatory commented Feb 2, 2023

Is there a built-in way to somehow rate-limit access to server? I have time-intensive task happenning in one of my custom handlers and I'd like to limit access per IP.

I can roll my own solution by having some in-store object that maps IPs to some number and responding with relevant status code but I was wondering if there's easier way to do it.

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

No branches or pull requests

1 participant