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 attempts to wait for qwartz tables to be created
Default limit of attempts to wait for qwartz tables to be created
(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})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close