Malli schemas for the job-history component.
Malli schemas for the job-history component.
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).
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.
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').
Outcome of a partially successful job execution.
Outcome of a partially successful job execution.
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 |