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

Request Limit #56

Open
joamag opened this issue Aug 30, 2022 · 0 comments
Open

Request Limit #56

joamag opened this issue Aug 30, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request p-medium Medium priority issue

Comments

@joamag
Copy link
Contributor

joamag commented Aug 30, 2022

Description

It's important to have a mechanism that allows control of the number of requests per time unit. This will provide a way to control an unintentional (or intentional) DOS.

Implementation

Create a decorator appier.requests that receives the number of requests per minute allowed for the action method in the controller.

The implementation should take inspiration from PreflightPart.

Inspiration

@joamag joamag added enhancement New feature or request p-medium Medium priority issue labels Aug 30, 2022
@joamag joamag self-assigned this Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p-medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

1 participant