Rate limit middleware
simon-contreras-deel opened this issue · 1 comments
simon-contreras-deel commented
Goals:
- Ensure endpoints groups (for now, only working in a route)
- rate limit class
- middleware
- Configuration parameters to enable/disable all or one endpoint group rate limits
- Tests
- Travis
To consider:
- We must use a new Redis db for this purpose
Follow the work made in --> CartoDB/Windshaft-cartodb#875
simon-contreras-deel commented
Done