googleapis / python-firestore

Apache License 2.0
212 stars 70 forks source link

support max_attempts in rpc calls #886

Open daniel-sanche opened 3 months ago

daniel-sanche commented 3 months ago

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