Open neo7337 opened 1 month ago
This is much needed feature.
I am thinking of having this as a separate module and use that in Turbo. We may want to have this for other transport implementation as well including client implementations as this will be useful for clients who want to be within the limits.
Here are the high level features we may want to implement for a specific client
The rate limit information may have to be stored in a cache to support multiple instances serving the requests. Raised an issue for caching #51 in order to implement this.
Is your feature request related to a problem? Please describe. Add a rate limit capability you our turbo config.
Describe the solution you'd like Create a rate limit package for turbo and provide its implementation.