Hi,
Our application currently perform Ledger API retries for errors such as, RESOURCE_EXHAUSTED, UNAVAILABLE, ABORTED. Is there a recommended retry settings when performing retries?
Retry settings as in:
- Back-off duration
- Back-off exponent (for exponential back-off)
- Maximum attempts
Thanks,