[:random-exp-backoff :base 3000 :+/- 0.50]
to
[:random-exp-backoff :base 300 :+/- 0.50 :max 60000]
to
accommodate wider type of use cases with the default case.v0.5.0-alpha7
, the :max-retry
option is
deprecated in favour of :max-retries
. The old version will
still work with the same behaviour, but display a warning message
at compile time. It will be removed in future releases.Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close