(wait-for-it host port)
(wait-for-it host port {:keys [:timeout :pause] :as opts})
Waits for TCP connection to be available on host and port. Options map
supports :timeout
and :pause
. If :timeout
is provided and reached,
exception will be thrown. The :pause
option determines the time waited
between retries.
Waits for TCP connection to be available on host and port. Options map supports `:timeout` and `:pause`. If `:timeout` is provided and reached, exception will be thrown. The `:pause` option determines the time waited between retries.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close