Skip to content

Improve retrying failed API server connections#71

Merged
fnesveda merged 1 commit intomasterfrom
fix/improve-retrying-after-api-server-restart
Sep 16, 2021
Merged

Improve retrying failed API server connections#71
fnesveda merged 1 commit intomasterfrom
fix/improve-retrying-after-api-server-restart

Conversation

@fnesveda
Copy link
Copy Markdown
Member

When the API server got terminated in the middle of a connection (perhaps because of a new deployment), it didn't finish the response properly, and the connection errored out with a "Connection broken: InvalidChunkLength(got length b'', 0 bytes read)" error. This change extends the error-retrying logic to retry the request in case of those errors as well.

@fnesveda fnesveda added enhancement New feature or request. adhoc Ad-hoc unplanned task added during the sprint. medium priority Medium priority issues to be done in a couple of sprints. labels Sep 16, 2021
@fnesveda fnesveda added this to the 21th Sprint - Platform team milestone Sep 16, 2021
@fnesveda fnesveda self-assigned this Sep 16, 2021
@fnesveda fnesveda merged commit d49bc44 into master Sep 16, 2021
@fnesveda fnesveda deleted the fix/improve-retrying-after-api-server-restart branch September 16, 2021 12:55
@fnesveda fnesveda added the validated Issues that are resolved and their solutions fulfill the acceptance criteria. label May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. enhancement New feature or request. medium priority Medium priority issues to be done in a couple of sprints. validated Issues that are resolved and their solutions fulfill the acceptance criteria.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant