Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

fix: retry ChunkedEncodingError by default - #802

Merged
tswast merged 1 commit into
googleapis:masterfrom
plamut:iss-801
Jul 23, 2021
Merged

fix: retry ChunkedEncodingError by default#802
tswast merged 1 commit into
googleapis:masterfrom
plamut:iss-801

Conversation

@plamut

Copy link
Copy Markdown
Contributor

Fixes#801.

PR checklist:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

@plamut
plamut requested review from a team and tswastJuly 23, 2021 08:10
@product-auto-labelproduct-auto-labelBot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Jul 23, 2021
@google-clagoogle-claBot added the cla: yes This human has signed the Contributor License Agreement. label Jul 23, 2021
@tswast
tswast merged commit 419d36d into googleapis:masterJul 23, 2021
@tswast

Copy link
Copy Markdown
Contributor

I've filed googleapis/python-api-core#235 to hopefully get this fixed in libraries that don't define their own default retry.

@plamut
plamut deleted the iss-801 branch July 26, 2021 09:06
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ChunkedEncodingError is not retried when fetching data with list_rows()

4 participants

@plamut@tswast@tseaver@jimfulton