Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add redis rate limiter feature for centrelized control of message handling #92

Open
regevbr opened this issue Jan 11, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@regevbr
Copy link
Contributor

regevbr commented Jan 11, 2021

It will be a cool feature, to allow the library user, to decide that he wants to rate-limit the handling of the messages across many microservices, instead of just using the concurrency control alone.
Example use case - a message queue to send emails with SMTP global hourly rate-limiting enforced.
We can leverage the following library for the task: https://github.com/dex4er/js-sliding-window-rate-limiter

@regevbr regevbr added the enhancement New feature or request label Jan 11, 2021
@regevbr regevbr self-assigned this Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant