Recommended Ledger API Retry settings
App Development1 posts143 viewsLast activity Sep 2021
JA
jacobOP
Sep 2021Hi,
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,