- Notifications
You must be signed in to change notification settings - Fork673
Add ChunkedEncodingError to list of retryable exceptions#1974
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Add ChunkedEncodingError to list of retryable exceptions#1974
Uh oh!
There was an error while loading.Please reload this page.
Conversation
8244282
toa746eed
Comparecodecov-commenter commentedApr 11, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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
to8256aff
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
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 inhttps://gitlab.com/gitlab-org/gitlab/-/issues/260310. So it could be the same - did you experience it with job logs?
Uh oh!
There was an error while loading.Please reload this page.
7183898
to9f2066c
Compare
No we're actually just seeing it with normal get project / update approval rule calls. |
472a19b
tob0f717c
Compareb0f717c
to7beb20f
Compare
We've been seeing ChunkedEncodingErrors recently as well, I've added them to the list of retryable exceptions.