Add ChunkedEncodingError to list of retryable exceptions#1974
Merged
nejch merged 1 commit intopython-gitlab:mainfrom Apr 14, 2022
Merged
Conversation
8244282 to
a746eed
Compare
Codecov Report
@@ Coverage Diff @@
## main #1974 +/- ##
=======================================
Coverage 92.56% 92.56%
=======================================
Files 78 78
Lines 4910 4910
=======================================
Hits 4545 4545
Misses 365 365
Flags with carried forward coverage won't be shown. Click here to find out more.
|
a746eed to
8256aff
Compare
nejch
requested changes
Apr 13, 2022
Member
nejch
left a comment
There was a problem hiding this comment.
Thanks for the addition again @Sineaggi - just a small suggestion.
Let's see if we need to change this in the future, ChunkedEncodingError seems very specific but I see upstream discussions on this in https://gitlab.com/gitlab-org/gitlab/-/issues/260310. So it could be the same - did you experience it with job logs?
7183898 to
9f2066c
Compare
Author
No we're actually just seeing it with normal get project / update approval rule calls. |
472a19b to
b0f717c
Compare
b0f717c to
7beb20f
Compare
nejch
approved these changes
Apr 14, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We've been seeing ChunkedEncodingErrors recently as well, I've added them to the list of retryable exceptions.