googleapis / python-firestore

Apache License 2.0
214 stars 74 forks source link

allow user configuration of backoff values in transaction retries #880

Open daniel-sanche opened 6 months ago

daniel-sanche commented 6 months ago

Transaction-level retries allow users to pass in a max_attempts field, but not any backoff configurations. Retry values should be totally user-configurable