appier icon indicating copy to clipboard operation
appier copied to clipboard

Request Limit

Open joamag opened this issue 3 years ago • 0 comments

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 avatar Aug 30 '22 08:08 joamag