Add timeout
to Backup.create()
#67
Labels
api: spanner
Issues related to the googleapis/python-spanner API.
timeout
to Backup.create()
#67
The Backup API surface doesn't pass
timeout
to the underlining API call:python-spanner/google/cloud/spanner_v1/backup.py
Line 178 in 1d49766
Can you add
timeout
param and pass it to the API call so that I can control the deadline? We occasionally see DeadlineExceededError uponBackup.create()
calls.The text was updated successfully, but these errors were encountered: