Conversation
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
Automatically retry requests that fail because the admin requests per seconds limit has been exceeded using an exponential backoff. Fixes #655 and others
Codecov Report
@@ Coverage Diff @@
## master #669 +/- ##
============================================
+ Coverage 84.06% 84.11% +0.05%
- Complexity 2497 2506 +9
============================================
Files 141 142 +1
Lines 13812 13902 +90
Branches 1317 1321 +4
============================================
+ Hits 11611 11694 +83
- Misses 1655 1662 +7
Partials 546 546
Continue to review full report at Codecov.
|
thiagotnunes approved these changes Nov 24, 2020
google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerExceptionFactory.java Outdated Show resolved Hide resolved
Uh oh!
There was an error while loading. Please reload this page.
Closed
thiagotnunes pushed a commit that referenced this pull request May 6, 2021
* feat: retry admin request limit exceeded error Automatically retry requests that fail because the admin requests per seconds limit has been exceeded using an exponential backoff. Fixes #655 and others * fix: remove unused variable * fix: extract strings to constants
ansh0l pushed a commit to ansh0l/java-spanner that referenced this pull request Nov 10, 2022
This is an auto-generated regeneration of the .pb.go files by cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will update the corresponding PR to depend on the newer version of go-genproto, and assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot will not create any more regeneration PRs. If all regen PRs are closed, gapicgen will create a new set of regeneration PRs once per night. If you have been assigned to review this PR, please: - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. That will prompt genbot to assign reviewers to the google-cloud-go PR. Corresponding google-cloud-go PR: googleapis/google-cloud-go#4712 Changes: chore: regenerate API index Source-Link: googleapis/googleapis@ee78ed7 feat(aiplatform): add Vizier service to aiplatform v1 Committer: @dizcology PiperOrigin-RevId: 394116440 Source-Link: googleapis/googleapis@67c780b docs(dialogflow/cx): clarified some LRO types docs: fixed some wrong update mask descriptions PiperOrigin-RevId: 394033461 Source-Link: googleapis/googleapis@aa15f32 chore: regenerate API index Source-Link: googleapis/googleapis@2127126 feat: add prediction service RPC RawPredict to aiplatform_v1beta1 feat: add tensorboard service RPCs to aiplatform_v1beta1: BatchCreateTensorboardRuns, BatchCreateTensorboardTimeSeries, WriteTensorboardExperimentData feat: add model_deployment_monitoring_job to Endpoint in aiplatform_v1beta1 feat: add deployment_group to DeployedIndex in aiplatform_v1beta1 feat: add ModelEvaluationExplanationSpec in aiplatform_v1beta1 Committer: @dizcology PiperOrigin-RevId: 393890669 Source-Link: googleapis/googleapis@321abab
rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this pull request Nov 17, 2022
🤖 I have created a release \*beep\* \*boop\* --- ### [2.5.3](https://www..com/googleapis/java-spanner-jdbc/compare/v2.5.2...v2.5.3) (2021-11-15) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.0 ([googleapis#668](https://www..com/googleapis/java-spanner-jdbc/issues/668)) ([d453234](https://www..com/googleapis/java-spanner-jdbc/commit/d45323445d3e4a0753bed6cfe858fa891bca468e)) --- This PR was generated with [Release Please](https://.com/googleapis/release-please). See [documentation](https://.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on . Already have an account? Sign in to comment
api: spannerIssues related to the googleapis/java-spanner API. cla: yesThis human has signed the Contributor License Agreement.
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Automatically retry requests that fail because the admin requests per seconds limit has been exceeded using an exponential backoff.
Fixes #655 and others