support max_attempts in rpc calls #886
Labels
api: firestore
Issues related to the googleapis/python-firestore API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
The firestore API spec specifies that each call should be attempted a max of 5 times, but max_attempts currently isn't supported in GCP Python's api_core. We should add support when it is available
The text was updated successfully, but these errors were encountered: