(delete-job n)(delete-job n {:keys [namespace] :or {namespace (c/default-ns)} :as opts})Deletes a job
Deletes a job
(failed? {:keys [status]})Returns true if the job failed
Returns true if the job failed
(get-job n)(get-job n {:keys [namespace] :or {namespace (c/default-ns)} :as opts})Fetches the specified job or returns nil if not found
Fetches the specified job or returns nil if not found
(job-pods n)(job-pods n opts)Fetches all of the pods belonging to a specific job
Fetches all of the pods belonging to a specific job
(list-jobs)(list-jobs
  {:keys [namespace all-namespaces] :or {namespace (c/default-ns)} :as opts})List or watch jobs
List or watch jobs
(running? {:keys [status]})Returns true if the job is still running
Returns true if the job is still running
(submit-job spec)(submit-job spec opts)Submits a job for execution
Submits a job for execution
(succeeded? {:keys [status]})Returns true if the job was successful
Returns true if the job was successful
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |