Liking cljdoc? Tell your friends :D
Clojure only.

goose.api.batch


deleteclj

(delete broker batch-id)

For given :batch-id, deletes Batch metadata and associated enqueued/retrying jobs.

Redis

Deleting jobs associated to a batch is an expensive operation.
Use batch/delete API sparingly for Redis message broker.

For given `:batch-id`, deletes Batch metadata and associated enqueued/retrying jobs.

### Redis
Deleting jobs associated to a batch is an expensive operation.\
Use `batch/delete API` sparingly for Redis message broker.
sourceraw docstring

statusclj

(status broker batch-id)

For given :batch-id, reports progress of a batch.

batch/status API will return nil if a batch has been cleaned-up from message broker post completion. Increase :linger-sec to retain metadata for a longer period.

For given `:batch-id`, reports progress of a batch.

`batch/status API` will return nil if a batch has been
cleaned-up from message broker post completion.
Increase `:linger-sec` to retain metadata for a longer period.
sourceraw docstring

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

× close