Liking cljdoc? Tell your friends :D

tiny-queue.core


associated-idclj

(associated-id job)

create-new-jobclj

(create-new-job config job-params)

create-schemaclj

(create-schema config)

data-from-jobclj

(data-from-job job)

define-new-jobclj

(define-new-job config job-ident job-docs)

failed?clj

(failed? job)

get-new-jobclj

(get-new-job {:keys [command data object date periodic blocked]})

grab-jobclj

(grab-job config job)

grab-process-jobclj

(grab-process-job config snapshot job)

job-failure-countclj

(job-failure-count job)

process-jobclj

(process-job config snapshot job)

A job is a function that does not perform any transactions. Instead, it returns a transaction to be performed. This limitation is intentional.

A job is a function that does not perform any transactions. Instead, 
it returns a transaction to be performed. This limitation is intentional.
raw docstring

wrap-background-jobclj

(wrap-background-job config remaining-time)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close