-
Notifications
You must be signed in to change notification settings - Fork 54
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
Request: Summarize request errors after exhausting all retry attempts #470
Comments
Let's also do this summary when we fail
|
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, we are printing the errors like this.
It would be nice to just use a set to condense this. Instead say X error occurred Y times.
The other thing that would be nice is making those error messages easier to read. Right now they are escaped json. Can we unescape the json.
See how the original warning message has nice highlighting around numbers, so it is easier to see the 429 HTTP response code.
The text was updated successfully, but these errors were encountered: