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

[FEATURE REQUEST] Implement rate limiting mechanism #52

Open
anzharip opened this issue Nov 29, 2020 · 0 comments
Open

[FEATURE REQUEST] Implement rate limiting mechanism #52

anzharip opened this issue Nov 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@anzharip
Copy link
Owner

anzharip commented Nov 29, 2020

Is your feature request related to a problem? Please describe.
Currently the application will receive query in realtime through filtered streaming, and push the answers once every second. Once the queue is too full, the user might need to wait too long when the backlog is growing.

Describe the solution you'd like
Based on the predefined rate limit constant, send alert to user when the rate limit is reached and ask them again in the next few moments.

Describe alternatives you've considered
N/A.

Additional context
N/A.

@anzharip anzharip added the enhancement New feature or request label Nov 29, 2020
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