-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retry bq upload with error code 503/500
This CL makes bigquery uploader retry the upload for error code 503 and 500 (re-triable backend error) This CL also fix a nil pointer issue in the retry logic by adding a check to see if an error is able to cast into a googleAPI error. Test: Unit Test Bug: b/358569375 Change-Id: I955d474ce5d5a23087ffcbcd655712b273278d9e GitOrigin-RevId: 2f13cf9b9b301b79e3d7600a11fbe495333980bc
- Loading branch information
1 parent
981e9fd
commit 81ee2a3
Showing
3 changed files
with
56 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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