Skip to content

Throttle requests to prevent spikes from crashing the service #143

@abose

Description

@abose

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions