libunftp
libunftp copied to clipboard
GCS backend implement exponential backoff
To avoid hitting API request count limits, caused by client retries: (causing 429—Too Many Requests) Implement exponential backoff.
Consider doing so per session and per client.