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

Conversation

samarabbas
Copy link
Contributor

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.

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 samarabbas merged commit f11fff3 into cadence-workflow:master Jun 27, 2018
@samarabbas samarabbas deleted the matching-engine-rate-limiter branch June 27, 2018 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants