(delete broker batch-id)For given :batch-id, deletes Batch metadata and associated enqueued/retrying jobs.
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.
(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.
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 |