-
Notifications
You must be signed in to change notification settings - Fork 241
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
Massive amounts of 429 errors in the log #957
Comments
There are a number of options you could try. The first is reducing the number of parallel workers. Otherwise, changing code in your version of
|
Hi @mhutchinson and thanks for your reply! If I understood you correctly, both of these options require me to change the code of this module, right? certificate-transparency-go/jsonclient/client.go Lines 150 to 157 in 6ecca40
Is there any way for me as a user to solve (or circumvent) the issue? |
These are expected when a client is riding the limit of what the log will allow, so there's no need to fill the log up with these messages. Still having them logged does allow users to provide flags to output them to make sure there aren't way more than reasonable. This fixes google#957.
These are expected when a client is riding the limit of what the log will allow, so there's no need to fill the log up with these messages. Still having them logged does allow users to provide flags to output them to make sure there aren't way more than reasonable. This fixes #957.
The PR I've just merged will downgrade these 429 errors to info messages at verbosity level 2. If you don't override the |
Hi there,
when I run my certificate monitoring service for a few minutes, I start receiving massive amounts of http 429 errors. According to #746, a backoff mechanism has been implemented already. What else can I do to avoid 1) massive 429 errors and 2) the spam in my logs.
Cheers,
Rico
The text was updated successfully, but these errors were encountered: