a2cps / vbr-app

Virtual Biospecimen Repository Web Service API
Other
0 stars 0 forks source link

Add rate limiting #16

Open mwvaughn opened 2 years ago

mwvaughn commented 2 years ago

The RateLimitingMiddleware package (https://piccolo-api.readthedocs.io/en/latest/rate_limiting/index.html) can be used to limit the access rate for endpoints. This should be done to avoid overloading the underlying infrastructure.