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

Add Errno::ECONNRESET to retriable network errors #18902

Open
mzuzek opened this issue May 4, 2024 · 1 comment
Open

Add Errno::ECONNRESET to retriable network errors #18902

mzuzek opened this issue May 4, 2024 · 1 comment
Assignees

Comments

@mzuzek
Copy link

mzuzek commented May 4, 2024

Would it make sense to also include Errno::ECONNRESET (broken network connections) in RETRIABLE_ERRORS ?
(via Google::Apis::TransmissionError - same like ECONNREFUSED and ETIMEDOUT in #10026)

I've hit that recently in context of GCS file downloads on Windows Server 2019 Datacenter 10.0.17763, Ruby 3.0.4p208 (2022-04-12 revision 3fa771dded) [x64-mingw32] and google-apis-core 0.9.3.

@mzuzek
Copy link
Author

mzuzek commented May 14, 2024

@dazuma @bajajneha27 @NivedhaSenthil @SandeepTuniki

Would you see any reason why Errno::ECONNRESET should not be made retriable ?

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

No branches or pull requests

2 participants