-
Notifications
You must be signed in to change notification settings - Fork 132
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
Some SSLException variants can be transient and should be retried #270
Comments
thanks for opening the issue i sent you hope it gets resolve soon :) |
Will be part of 0.3.3 release. |
@Khoosham can you test the fix by using this repository in your gradle config:
Then specify version |
i tried the fix its not showing the error anymore. maybe i could not reproduce it or the fix is working. EDIT got it again |
@Khoosham Hi, the fix is working as the error is now retried. We cannot prevent transient errors from happening but the fix is to retry those. Can you check that logs gets eventually sent after retrying? (The log tells you when the next try occurs). |
did it fail to send ? |
If it's a warning, it is retried, if it's an error, we abort. |
Hi @Khoosham , I added one more retry scenario for the last exception you mentioned in this thread. Can you:
Thanks in advance. |
You can actually test on official version 0.3.3 now, we released some fixes. |
i think its working now response 200ok Try #1 failed and will be retried in 6316 ms |
EOFException is already retried indeed. |
This exception should be retried as part of the existing http retry logic.
The text was updated successfully, but these errors were encountered: