-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datastore: Allow retry and timeout configuration on a per instance level #3
Labels
api: datastore
Issues related to the googleapis/python-datastore API.
type: question
Request for information or clarification. Not an issue.
Comments
crwilcox
added
api: datastore
Issues related to the googleapis/python-datastore API.
type: question
Request for information or clarification. Not an issue.
labels
Feb 7, 2020
Sketch of implementation:
|
tseaver
added a commit
that referenced
this issue
Aug 11, 2020
tseaver
added a commit
that referenced
this issue
Aug 11, 2020
tseaver
added a commit
that referenced
this issue
Aug 11, 2020
tseaver
added a commit
that referenced
this issue
Aug 11, 2020
tseaver
added a commit
that referenced
this issue
Aug 11, 2020
tseaver
added a commit
that referenced
this issue
Aug 11, 2020
tseaver
added a commit
that referenced
this issue
Aug 11, 2020
tseaver
added a commit
that referenced
this issue
Aug 11, 2020
tseaver
added a commit
that referenced
this issue
Aug 11, 2020
tseaver
added a commit
that referenced
this issue
Aug 11, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: datastore
Issues related to the googleapis/python-datastore API.
type: question
Request for information or clarification. Not an issue.
Seems the configuration for these two items are buried in the code and can't be configured on a per use basis. When debugging connectivity issues the default timeout takes forever and would love to set a shorter timeout on my calls to
query.fetch(...)
for example.Or perhaps I've missed something in the docs?
The text was updated successfully, but these errors were encountered: