Spanner: Update docs for timeout_secs param in Database.run_in_transaction() #9364
Labels
api: spanner
Issues related to the Spanner API.
type: docs
Improvement to the documentation for an API.
The documentation for
Database.run_in_transaction()
states:Based on the SO issue the documentation is misleading because users will assume that
timeout_secs
is the deadline for the request. Instead, this parameter is the retry timeout which is the deadline after which the transaction will stop being retried.We need to update the documentation so that it's clear what this parameter is used for.
The text was updated successfully, but these errors were encountered: