Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: discovery supports retries #967

Merged
merged 1 commit into from
Jul 15, 2020
Merged

feat: discovery supports retries #967

merged 1 commit into from
Jul 15, 2020

Conversation

DFrenkel
Copy link

Adding ability for discovery to retry on eligible http errors
and connection problems with randomized exponential backoff.

Also:

  • DRYing discovery tests to avoid warnings when reading test data.
  • Updating .gitignore

Fixes: #848

Adding ability for discovery to retry on eligible http errors
and connection problems with randomized exponential backoff.

Also:
 * DRYing discovery tests to avoid warnings when reading test data.
 * Updating .gitignore

Fixes: #848
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 10, 2020
@busunkim96 busunkim96 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 14, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 14, 2020
@busunkim96 busunkim96 self-requested a review July 15, 2020 19:59
Copy link
Contributor

@busunkim96 busunkim96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @DFrenkel!

@busunkim96 busunkim96 merged commit f3348f9 into googleapis:master Jul 15, 2020
gcf-merge-on-green bot pushed a commit that referenced this pull request Jul 15, 2020
🤖 I have created a release \*beep\* \*boop\* 
---
## [1.10.0](https://github.com/googleapis/google-api-python-client/compare/v1.9.3...v1.10.0) (2020-07-15)


### Features

* allow to use 'six.moves.collections_abc.Mapping' in 'client_options.from_dict()' ([#943](https://github.com/googleapis/google-api-python-client/issues/943)) ([21af37b](https://github.com/googleapis/google-api-python-client/commit/21af37b11ea2d6a89b3df484e1b2fa1d12849510))
* Build universal wheels ([#948](https://github.com/googleapis/google-api-python-client/issues/948)) ([3e28a1e](https://github.com/googleapis/google-api-python-client/commit/3e28a1e0d47f829182cd92f37475ab91fa5e4afc))
* discovery supports retries ([#967](https://github.com/googleapis/google-api-python-client/issues/967)) ([f3348f9](https://github.com/googleapis/google-api-python-client/commit/f3348f98bf91a88a28bf61b12b95e391cc3be1ff)), closes [#848](https://github.com/googleapis/google-api-python-client/issues/848)


### Documentation

* consolidating and updating the Contribution Guide ([#964](https://github.com/googleapis/google-api-python-client/issues/964)) ([63f97f3](https://github.com/googleapis/google-api-python-client/commit/63f97f37daee37a725eb05df3097b20d5d4eaaf0)), closes [#963](https://github.com/googleapis/google-api-python-client/issues/963)
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
@DFrenkel DFrenkel deleted the discovery-retry branch July 15, 2020 21:48
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fetch Discovery Document doesn't support retry mechanism
5 participants