Real-Dev-Squad / docs

Documentation on how we will contribute and collaborate on code
MIT License
8 stars 12 forks source link

Create a prototype of Rate Limiter Functionality #26

Open Shaily20 opened 7 months ago

Shaily20 commented 7 months ago

Issue Description

The objective of this issue is to prototype a rate limiter functionality for skill-tree project to control & prioritise the rate of incoming requests based on the user roles. A rate limiter will help us regulate the number of requests a client can make within a specified time frame.

Expected Behavior

Current Behavior

There is no limit on the requests being sent to the skill tree project.

Requirements:

Additional Information

This issue will serve as a starting point for implementing rate limiting functionality.

yesyash commented 1 month ago