FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add exponential backoff for deletion failures. by tseaver · Pull Request #1683 · googleapis/google-cloud-python · GitHub

Add exponential backoff for deletion failures. - #1683

Merged
tseaver merged 1 commit into
googleapis:logging-apifrom
tseaver:logging-system_tests-retry_deleting_logs
Mar 30, 2016
Merged

Add exponential backoff for deletion failures.#1683
tseaver merged 1 commit into
googleapis:logging-apifrom
tseaver:logging-system_tests-retry_deleting_logs

Conversation

tseaver commented Mar 30, 2016

Copy link
Copy Markdown
Contributor

Fixes: #1657.

Note for potential broader use toward #1619.

Fixes: #1657.

Note for potential broader use toward #1619.
tseaver added testing api: logging Issues related to the Cloud Logging API. labels Mar 30, 2016
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 30, 2016
Comment thread system_tests/logging_.py
try:
doomed.delete()
break
except NotFound:

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

dhermes commented Mar 30, 2016

Copy link
Copy Markdown
Contributor

LGTM

tseaver merged commit c3d0977 into googleapis:logging-api Mar 30, 2016
tseaver deleted the logging-system_tests-retry_deleting_logs branch March 31, 2016 18:25
parthea pushed a commit that referenced this pull request Mar 6, 2026
* feat: add support dataset.max_time_travel_hours

* Update tests/unit/test_create_dataset.py

* Update tests/unit/test_create_dataset.py

* Update google/cloud/bigquery/dataset.py

* update test_create_dataset_with_max_time_travel_hours

---------

Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
parthea pushed a commit that referenced this pull request Apr 1, 2026
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

Labels

api: logging Issues related to the Cloud Logging API. cla: yes This human has signed the Contributor License Agreement. testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL