-
Notifications
You must be signed in to change notification settings - Fork 805
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rate limit request on matching host (#899)
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.
- Loading branch information
1 parent
9ea16c0
commit f11fff3
Showing
16 changed files
with
497 additions
and
19 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.