This commit is contained in:
parent
08bde5c895
commit
a1880d1516
1 changed files with 1 additions and 1 deletions
|
@ -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)))))))
|
||||
|
||||
(defn job [hostname :- str,
|
||||
stages :- (list str),
|
||||
stages :- (list? str?),
|
||||
job-timeout :- duration? :default (duration 3 :hours)]
|
||||
:- (union timeout? json?)
|
||||
"""Run a wilson job, wait for the callback and process the result.
|
||||
|
|
Loading…
Reference in a new issue