Liking cljdoc? Tell your friends :D

tiny-queue.core


associated-idclj

(associated-id job)
source

create-new-jobclj

(create-new-job config job-params)
source

create-schemaclj

(create-schema config)
source

data-from-jobclj

(data-from-job job)
source

define-new-jobclj

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

failed?clj

(failed? job)
source

get-new-jobclj

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

grab-jobclj

(grab-job config job)
source

grab-process-jobclj

(grab-process-job config snapshot job)
source

job-failure-countclj

(job-failure-count job)
source

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.
sourceraw docstring

wrap-background-jobclj

(wrap-background-job config remaining-time)
source

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

× close