Liking cljdoc? Tell your friends :D

dev.skivi.queue.schema

Malli schemas for queue component.

Malli schemas for queue component.
raw docstring

JobManagerSystemclj

Upstream system map consumed by the job-manager interface.

Upstream system map consumed by the job-manager interface.
sourceraw docstring

LocalQueueclj

A local queue handle returned by create-queue.

A local queue handle returned by create-queue.
sourceraw docstring

QueueConfigclj

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

QueueStatsclj

Snapshot of queue operational metrics.

Snapshot of queue operational metrics.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close