aishek / axios-rate-limit

Rate limit for axios
MIT License
237 stars 35 forks source link

Persisting the queued requests #37

Open AmrSaber opened 3 years ago

AmrSaber commented 3 years ago

I am thinking maybe you can persist the queued requests using Redis. This is a feature that I needed several times and is not supported via an easy solution like yours. The alternative is to use some sophisticated scheduling package, and it's always a hassle just to do some simple rate-limiting.

I can help with this feature, but I want to know what the maintaining team thinks about it.