You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
n
outstanding db requests/secThe text was updated successfully, but these errors were encountered: