Initial delay for retries, specified in milliseconds.
Initial delay for retries, specified in milliseconds.
Maximun delay for a connection retry, specified in milliseconds. We
are using truncated binary exponential backoff, with max-delay
as
the ceiling for the retry delay.
Maximun delay for a connection retry, specified in milliseconds. We are using truncated binary exponential backoff, with `max-delay` as the ceiling for the retry delay.
Default limit of request attempts.
Default limit of request attempts.
Default timeout value for an connection attempt.
Default timeout value for an connection attempt.
(do-request request
{:keys [timeout max-retries backoff-ms]
:or {timeout default-timeout
max-retries default-max-retries
backoff-ms default-backoff-ms}})
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |