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

Throttle requests to prevent spikes from crashing the service #143

Open
3 tasks
Tracked by #141
abose opened this issue Feb 18, 2023 · 0 comments
Open
3 tasks
Tracked by #141

Throttle requests to prevent spikes from crashing the service #143

abose opened this issue Feb 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@abose
Copy link
Member

abose commented Feb 18, 2023

Currently, if we send a put request with 100,000 documents, the server and client crash. We must implement sensible request throttling at the client and server.

  • Throttle requests as coco was client lib. Add server messages to backoff client lib.
  • Throttle at the coco db node service to reject greater than n outstanding db requests/sec
  • should we do thins at the HTTP client as well?
@abose abose added the enhancement New feature or request label Feb 18, 2023
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