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.
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.