wait-for-port
function
babashka.wait/wait-for-port
(wait-for-port [host port] [host port {:keys [:default :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,
`:default`'s value (if any) is returned. The `:pause` option determines
the time waited between retries.
Examples
No examples yet. Be the first to add one!