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 a rate limiter to api #151

Open
ConnorBP opened this issue Dec 11, 2024 · 0 comments
Open

Add a rate limiter to api #151

ConnorBP opened this issue Dec 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ConnorBP
Copy link
Owner

We need something like this on our api:

https://www.npmjs.com/package/express-rate-limit

most important check is on datbase heavy endpoints, and on image gen + status check endpoints.

could also use this to parse the ratelimit headers from the horde api: https://www.npmjs.com/package/ratelimit-header-parser

@ConnorBP ConnorBP added URGENT enhancement New feature or request and removed URGENT labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant