This commit is contained in:
Reid D McKenzie 2020-05-23 23:15:49 -06:00 committed by GitHub
parent 08bde5c895
commit a1880d1516

View file

@ -105,7 +105,7 @@ For instance this program would use the external connector stubs to build up int
(retry-http* f backoff-fn (+ backoff-count 1))))))) (retry-http* f backoff-fn (+ backoff-count 1)))))))
(defn job [hostname :- str, (defn job [hostname :- str,
stages :- (list str), stages :- (list? str?),
job-timeout :- duration? :default (duration 3 :hours)] job-timeout :- duration? :default (duration 3 :hours)]
:- (union timeout? json?) :- (union timeout? json?)
"""Run a wilson job, wait for the callback and process the result. """Run a wilson job, wait for the callback and process the result.