Liking cljdoc? Tell your friends :D

schema-cartographer.utils


retryable-anomaly?clj

source

with-retryclj

(with-retry fn)

Try fn, return result if successful. If fn throws a retryable anomaly then try again upto 20 times with linear backoff.

Try fn, return result if successful. If fn throws a retryable anomaly
then try again upto 20 times with linear backoff.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close