Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
googleapis
/
google-cloud-python
Public
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
5.4k
Code
Issues
456
Pull requests
132
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Retry streaming exceptions (redux)
- #3930
#3930
Closed
tseaver
wants to merge 14 commits into
googleapis:master
googleapis/google-cloud-python:master
from
tseaver:3775-spanner-retry-streaming-exceptions-redux
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Closed
Retry streaming exceptions (redux)
#3930
tseaver
wants to merge 14 commits into
googleapis:master
googleapis/google-cloud-python:master
from
tseaver:3775-spanner-retry-streaming-exceptions-redux
Copy head branch name to clipboard
Commits
Commits on Sep 5, 2017
Cleanups.
tseaver
committed
487d178
View commit details
Copy full SHA for 487d178
Browse repository at this point
Add required 'retry' arg to 'StreamedResultSet'.
Show description for 2ce7040
tseaver
committed
2ce7040
View commit details
Copy full SHA for 2ce7040
Browse repository at this point
Curry arguments to retry request on a resumable error.
tseaver
committed
8817a32
View commit details
Copy full SHA for 8817a32
Browse repository at this point
Remove 'resume_token' from 'Snapshot.{read,execute_sql}'.
Show description for 8334354
tseaver
committed
8334354
View commit details
Copy full SHA for 8334354
Browse repository at this point
Rename 'SRS.retry' -> 'restart' for clarity.
tseaver
committed
2abaccf
View commit details
Copy full SHA for 2abaccf
Browse repository at this point
Tests match order of methods.
tseaver
committed
7b7221e
View commit details
Copy full SHA for 7b7221e
Browse repository at this point
Document/test that 'SRS.consume_next' propagates 'ServiceUnavailable'.
tseaver
committed
fc25964
View commit details
Copy full SHA for fc25964
Browse repository at this point
In 'SRS.consume_next' don't copy empty 'resume_token'.
tseaver
committed
1f688a6
View commit details
Copy full SHA for 1f688a6
Browse repository at this point
Commits on Sep 7, 2017
'SRS.one_or_none': use 'consume_all'.
Show description for db9a2ab
tseaver
committed
db9a2ab
View commit details
Copy full SHA for db9a2ab
Browse repository at this point
Buffer accumulated rows until new token/last set/EOT.
tseaver
committed
6ce9864
View commit details
Copy full SHA for 6ce9864
Browse repository at this point
Add 'SRS._do_restart' helper method.
Show description for c2356b8
tseaver
committed
c2356b8
View commit details
Copy full SHA for c2356b8
Browse repository at this point
'SRS.consume_next': invoke 'self._do_restart' on ServiceUnavailable.
Show description for a992856
tseaver
committed
a992856
View commit details
Copy full SHA for a992856
Browse repository at this point
Commits on Sep 11, 2017
On UNAVAILABLE w/o resume token, restart from scratch.
Show description for 7d83816
tseaver
committed
7d83816
View commit details
Copy full SHA for 7d83816
Browse repository at this point
Curry transaction selector / options for restart of 'read'/'execute_sql'.
Show description for 8f47fe2
tseaver
committed
8f47fe2
View commit details
Copy full SHA for 8f47fe2
Browse repository at this point
You can’t perform that action at this time.