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

apiserver: Remove rate limiting on /webapi/find endpoint #27747

Merged
merged 3 commits into from
Jun 12, 2023

Conversation

jentfoo
Copy link
Contributor

@jentfoo jentfoo commented Jun 12, 2023

It was discovered in recent load testing that our high rate limit was still potentially impactful. After discussions with @espadolini we decided that because of the low load impacts from this endpoint it's probably safest to just avoid rate limiting for the find endpoint.

The addition of these rate limits is still only in master, originally implemented in this PR: #24623

It was discovered in recent load testing that our high rate limit was still potentially impactful.
After discussions we decided that because of the low load impacts from this endpoint it's probably safest to just avoid rate limiting for the `find` endpoint.
@jentfoo jentfoo self-assigned this Jun 12, 2023
@github-actions github-actions bot requested a review from jimbishopp June 12, 2023 15:41
Co-authored-by: Zac Bergquist <[email protected]>
@jentfoo jentfoo added this pull request to the merge queue Jun 12, 2023
Merged via the queue into master with commit 056464e Jun 12, 2023
@jentfoo jentfoo deleted the jent/disable_find_rate_limit branch June 12, 2023 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants