Liking cljdoc? Tell your friends :D

magnet.scheduling.twarc


default-backoff-msclj

source

default-initial-delayclj

Initial delay for retries, specified in milliseconds.

Initial delay for retries, specified in milliseconds.
sourceraw docstring

default-max-delayclj

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.
sourceraw docstring

default-max-retriesclj

Default limit of attempts to wait for qwartz tables to be created

Default limit of attempts to wait for qwartz tables to be created
sourceraw docstring

fallbackclj

(fallback logger)
source

on-retryclj

(on-retry logger max-retries)
source

retry-policyclj

(retry-policy logger max-retries backoff-ms)
source

start-schedulerclj

(start-scheduler {:keys [postgres-url scheduler-name thread-count logger
                         max-retries backoff-ms]
                  :or {scheduler-name default-name
                       thread-count default-thread-count
                       max-retries default-max-retries
                       backoff-ms default-backoff-ms}
                  :as config})
source

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

× close