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

Retry on 500 from 'descriptor.{create,delete}'. by tseaver · Pull Request #2197 · googleapis/google-cloud-python · GitHub

Retry on 500 from 'descriptor.{create,delete}'. - #2197

Merged
tseaver merged 1 commit into
googleapis:masterfrom
tseaver:2176-monitoring-500-on-descriptor-delete
Aug 25, 2016
Merged

Retry on 500 from 'descriptor.{create,delete}'.#2197
tseaver merged 1 commit into
googleapis:masterfrom
tseaver:2176-monitoring-500-on-descriptor-delete

Conversation

tseaver commented Aug 25, 2016

Copy link
Copy Markdown
Contributor

Toward #2176.

tseaver added api: monitoring Issues related to the Cloud Monitoring API. flaky labels Aug 25, 2016
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 25, 2016
Comment thread system_tests/monitoring.py Outdated
from system_test_utils import unique_resource_id

retry_404 = RetryErrors(NotFound)
retry_404_500 = RetryErrors(NotFound, InternalServerError)

This comment was marked as spam.

This comment was marked as spam.

tseaver changed the title Retry on 500 from 'descriptor.delete'. Retry on 500 from 'descriptor.{create,delete}'. Aug 25, 2016

tseaver commented Aug 25, 2016

Copy link
Copy Markdown
Contributor Author

@dhermes I just updated the commit to wrap a retry_500 around the descriptor.create. PTAL

Copy link
Copy Markdown
Contributor

LGTM, although I don't get why it's ok to throw a 500.
Is there a way that we can remember to undo this once the upstream service starts becoming more reliable?

tseaver commented Aug 25, 2016

Copy link
Copy Markdown
Contributor Author

@daspecster How will we ever know: that is a "Schroedinger's Cat" problem.

tseaver merged commit 5896dd3 into googleapis:master Aug 25, 2016
tseaver deleted the 2176-monitoring-500-on-descriptor-delete branch August 25, 2016 21:21
tseaver mentioned this pull request Aug 26, 2016
dhermes mentioned this pull request Sep 19, 2016
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: monitoring Issues related to the Cloud Monitoring API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL