client-rust
client-rust copied to clipboard
Fine-grained backoff
Currently we have DEFAULT_REGION_BACKOFF, OPTIMISTIC_BACKOFF, and PESSIMISTIC_BACKOFF. The same Backoff is used almost everywhere in a certain transaction.
- [ ] There can be more fine-grained
Backoffs for better performance and user experience. - [ ] Record the backoff history