Liking cljdoc? Tell your friends :D

dev.skivi.job-history.schema

Malli schemas for the job-history component.

Malli schemas for the job-history component.
raw docstring

HistoryQueryclj

Criteria map for the query function. All keys are optional; absence means no restriction on that dimension. :from / :to filter on started_at. :limit caps result count (default 100).

Criteria map for the query function.
All keys are optional; absence means no restriction on that dimension.
:from / :to filter on started_at. :limit caps result count (default 100).
sourceraw docstring

HistoryRecordclj

A job execution history record.

A job execution history record.
sourceraw docstring

HistoryStoreclj

A history store handle returned by create-store. :pool is the HikariCP DataSource (may be nil for in-memory-only use). :config holds merged configuration. :state is an atom with the ring buffer.

A history store handle returned by create-store.
:pool is the HikariCP DataSource (may be nil for in-memory-only use).
:config holds merged configuration. :state is an atom with the ring buffer.
sourceraw docstring

HistoryStoreConfigclj

Configuration for a history store. :buffer-size controls how many terminal history records the in-memory ring buffer retains (default 1000). :history-retention is a PostgreSQL interval string controlling when DB records expire (default '30 days').

Configuration for a history store.
:buffer-size controls how many terminal history records the in-memory ring
buffer retains (default 1000). :history-retention is a PostgreSQL interval
string controlling when DB records expire (default '30 days').
sourceraw docstring

PartialResultsclj

Outcome of a partially successful job execution.

Outcome of a partially successful job execution.
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