Malli schemas for queue component.
Malli schemas for queue component.
Upstream system map consumed by the job-manager interface.
Upstream system map consumed by the job-manager interface.
A local queue handle returned by create-queue.
A local queue handle returned by create-queue.
Local queue tuning parameters.
:size - max jobs held in the buffer at one time (default 50). :ttl-ms - entries older than this are discarded on take (default 60000). :refetch-threshold - fetch more jobs when depth drops below this (default 10). :poll-interval-ms - sleep between polls when no jobs are available (default 2000). :refetch-delay-ms - sleep between polls when jobs were found (default 1000). :task-identifiers - restrict claims to these task types (nil = all). :forbidden-flags - skip jobs carrying any of these flags (nil = none).
Local queue tuning parameters. :size - max jobs held in the buffer at one time (default 50). :ttl-ms - entries older than this are discarded on take (default 60000). :refetch-threshold - fetch more jobs when depth drops below this (default 10). :poll-interval-ms - sleep between polls when no jobs are available (default 2000). :refetch-delay-ms - sleep between polls when jobs were found (default 1000). :task-identifiers - restrict claims to these task types (nil = all). :forbidden-flags - skip jobs carrying any of these flags (nil = none).
Snapshot of queue operational metrics.
Snapshot of queue operational metrics.
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 |