-
Notifications
You must be signed in to change notification settings - Fork 863
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
Prioritize UI/tctl when system is throttled #4623
Prioritize UI/tctl when system is throttled #4623
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you double check if visibility persistence client has any rate limiter? If so that probably should also be updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM. Please land after addressing the comments.
What changed?
caller-type
header:operator
operator
requestsWhy?
When the system is being throttled, users would like to be able to debug using the web UI and/or tctl without running into rate limit errors
How did you test it?
New unit tests
Potential risks
The operator RPS is set too low leading to new rate limit errors
Is hotfix candidate?
No