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

No longer notify Honeybadger when throttling requests #39360

Merged
merged 1 commit into from
Mar 12, 2021

Conversation

maddiedierker
Copy link
Contributor

As of #38143 and #38148, we notify Honeybadger every time a user is throttled by POST /profanity/find (Honeybadger) or POST /dashboardapi/v1/text_to_speech/azure (Honeybadger). This was for monitoring purposes to make sure we aren't improperly throttling users. Since those PRs have merged, I've investigated high-volume occurrences of this error to make sure everything looks okay (e.g., the user wasn't throttled for too long and we aren't seeing huge influxes of throttling based on user IP).

To date, all of the throttling occurrences have been expected, so I'm removing the logging as it's noisy. Users see a message that they've been throttled when this happens, so they can also reach out to support if they think they've been unnecessarily throttled.

Links

Testing story

Updated appropriate test.

@maddiedierker maddiedierker requested a review from a team March 5, 2021 19:16
@maddiedierker maddiedierker merged commit d8ad08f into staging Mar 12, 2021
@maddiedierker maddiedierker deleted the remove-throttle-hb branch March 12, 2021 17:56
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.

None yet

2 participants