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

feat(core): add ECONNRESET errors as retriable error #20354

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

shubhangi-google
Copy link

@shubhangi-google shubhangi-google commented Oct 9, 2024

Description: Adding Errno::ECONNRESET to Google::Apis::TransmissionError as retriable error

fixes: #18902

@shubhangi-google shubhangi-google requested a review from a team as a code owner October 9, 2024 08:59
Copy link

conventional-commit-lint-gcf bot commented Oct 9, 2024

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@shubhangi-google shubhangi-google changed the title feat(core): add ECONNRESET errors as retriable error feat(core): handling ECONNRESET error Oct 9, 2024
@shubhangi-google shubhangi-google changed the title feat(core): handling ECONNRESET error feat(core): add ECONNRESET errors as retriable error Oct 9, 2024
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.

Add Errno::ECONNRESET to retriable network errors
2 participants