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

Inbound request queuing and throttling #829

Open
donaldoakes opened this issue Apr 2, 2020 · 0 comments
Open

Inbound request queuing and throttling #829

donaldoakes opened this issue Apr 2, 2020 · 0 comments
Milestone

Comments

@donaldoakes
Copy link
Collaborator

Provide a mechanism to smooth out large surges in request volume:

  1. Persist request documents and metatdata as usual.
  2. If request volume exceeds a specified threshold (requests/second), instead of invoking from the listener right away, queue the request IDs in a persistent store for later processing.
  3. Drain requests according to their IDs at a designated rate.

Request queuing and throttling should be optional based on configuration.

@donaldoakes donaldoakes added this to the 6.x milestone Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant