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

Rate limit request on matching host #899

Merged

Commits on Jun 27, 2018

  1. Rate limit request on matching host

    Matching host protection to prevent against high number of requests
    causing host to go out of memory due to aggresive buffer allocation by
    rpc stack.
    Also created a retryable client for making calls to matching service
    which will backoff on transient service failures like ServerBusy and
    InternalServiceErrors.
    samarabbas committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    3d6dd77 View commit details
    Browse the repository at this point in the history