Skip to content

Catch requests.exceptions.ReadTimeout when removing container #7617

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

Merged
merged 1 commit into from
Nov 2, 2020

Conversation

humitos
Copy link
Member

@humitos humitos commented Oct 29, 2020

We are already catching other similar exceptions here, log them and continuing
with the build. However, there is now another similar exception
requests.exceptions.ReadTimeout that's causing some builds to fail.

This commit catchs this exceptions and makes the build to behave in the same way
as we are doing with similar exceptions.

Related #7583 (comment)

We are already catching other similar exceptions here, log them and continuing
with the build. However, there is now another similar exception
`requests.exceptions.ReadTimeout` that's causing some builds to fail.

This commit catchs this exceptions and makes the build to behave in the same way
as we are doing with similar exceptions.
@humitos humitos requested a review from a team October 29, 2020 11:24
@humitos humitos merged commit bad113b into master Nov 2, 2020
@humitos humitos deleted the humitos/catch-timeout-docker-exception branch November 2, 2020 17:06
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.

2 participants