You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
API already uses redis for the task queue , we can use the same for rate limiting as well , Currently focus will be to stop those continuous request that may can come through some scripts or a program ! So basically idea will be to stop the same ip if making n no of calls with n no of seconds ! But while doing that this feature request also cares about the extension of the feature implemented ,it should be easily extendable in terms of rate limiting on other API endpoint and flexible may be using a single decorator or so on . I have seen few libraries on fastapi such as slowapi , fastapi-limiter , We can evaluate other open source tools and implement this
The text was updated successfully, but these errors were encountered:
API already uses redis for the task queue , we can use the same for rate limiting as well , Currently focus will be to stop those continuous request that may can come through some scripts or a program ! So basically idea will be to stop the same ip if making n no of calls with n no of seconds ! But while doing that this feature request also cares about the extension of the feature implemented ,it should be easily extendable in terms of rate limiting on other API endpoint and flexible may be using a single decorator or so on . I have seen few libraries on fastapi such as slowapi , fastapi-limiter , We can evaluate other open source tools and implement this
The text was updated successfully, but these errors were encountered: