Closed snstamml closed 5 years ago
Sometimes it is necessary to limit the time of the API request to a maximum time. This can be achieved by setting a timeout and/or overriding the default retries of 5.
@snstamml thanks for the PR!
@onefriendaday Should we add an exponential retry backoff instead?
Sometimes it is necessary to limit the time of the API request to a maximum time. This can be achieved by setting a timeout and/or overriding the default retries of 5.