Liking cljdoc? Tell your friends :D

goose.batch


construct-argsclj

(construct-args coll & args)

A utility function to construct a collection of args for batch-jobs.

A utility function to construct a collection of args for batch-jobs.
sourceraw docstring

default-callbackclj

(default-callback batch-id status)

Sample callback for a batch

Sample callback for a batch
sourceraw docstring

default-optsclj

Map of sample configs for batch-jobs.

Mandatory Keys

:linger-sec : Number of seconds batch metadata will be preserved in message broker, after a batch has reached completion.

:callback-fn-sym : A fully-qualified function symbol to report status of a batch.
Takes batch-id and status as input.
Example : default-callback

Map of sample configs for batch-jobs.

#### Mandatory Keys
`:linger-sec`      : Number of seconds batch metadata will be preserved
in message broker, after a batch has reached completion.

`:callback-fn-sym` : A fully-qualified function symbol to report status of a batch.\
Takes `batch-id` and `status` as input.\
*Example*          : [[default-callback]]
sourceraw docstring

status-deadclj

source

status-in-progressclj

source

status-partial-successclj

source

status-successclj

source

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

× close