Skip to content

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

Copy link
Copy Markdown
Contributor

Fixes: #1657.

Note for potential broader use toward #1619.

Fixes: #1657.
Note for potential broader use toward #1619.
@tseavertseaver added testing api: logging Issues related to the Cloud Logging API. labels Mar 30, 2016
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 30, 2016
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

Copy link
Copy Markdown
Contributor

LGTM

@tseaver
tseaver merged commit c3d0977 into googleapis:logging-apiMar 30, 2016
@tseaver
tseaver deleted the logging-system_tests-retry_deleting_logs branch March 31, 2016 18:25
@dhermesdhermes mentioned this pull request Apr 1, 2016
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
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: loggingIssues related to the Cloud Logging API.cla: yesThis human has signed the Contributor License Agreement.testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@tseaver@dhermes@googlebot