energizer91 / smart-request-balancer

Smart request queue with fine tuning of rate and limit of requests
MIT License
97 stars 8 forks source link

Redis support for distributed processes #19

Open srshkmr opened 4 years ago

srshkmr commented 4 years ago

Is there a plan to have Redis support so that distributed processes can use the same rate-limiting queue?

energizer91 commented 5 months ago

Hi @srshkmr ! This sounds actually as a good idea! This can be achieved by using queue adapters so all instances will get queue data from one source.

Yes, it is in plans, thank you for such a great idea!