Liking cljdoc? Tell your friends :D

dev.skivi.scheduler.schema

Malli schemas for the scheduler component.

Malli schemas for the scheduler component.
raw docstring

CrontabEntryclj

A single cron schedule entry supplied to create-scheduler.

:identifier - unique name; also used as the task-identifier and job-key. :schedule - standard 5-field UNIX cron expression (minute hour day month weekday). :spec - optional job creation overrides (payload, priority, etc.). :timezone - IANA timezone string; overrides the scheduler-level default.

A single cron schedule entry supplied to create-scheduler.

:identifier - unique name; also used as the task-identifier and job-key.
:schedule   - standard 5-field UNIX cron expression (minute hour day month weekday).
:spec       - optional job creation overrides (payload, priority, etc.).
:timezone   - IANA timezone string; overrides the scheduler-level default.
sourceraw docstring

CrontabSpecclj

Per-entry job creation overrides applied when a cron entry fires. All keys are optional; defaults follow the spec config block.

Per-entry job creation overrides applied when a cron entry fires.
All keys are optional; defaults follow the spec config block.
sourceraw docstring

FiredSummaryclj

Result map returned by fire-due-jobs!.

Result map returned by fire-due-jobs!.
sourceraw docstring

Schedulerclj

A cron scheduler handle returned by create-scheduler.

A cron scheduler handle returned by create-scheduler.
sourceraw docstring

SchedulerConfigclj

Tuning parameters for create-scheduler.

:poll-interval-ms - milliseconds between cron evaluation passes (default 10000). :timezone - default IANA timezone for all entries (default "UTC").

Tuning parameters for create-scheduler.

:poll-interval-ms - milliseconds between cron evaluation passes (default 10000).
:timezone         - default IANA timezone for all entries (default "UTC").
sourceraw docstring

SchedulerStatsclj

Operational metrics snapshot returned by stats.

Operational metrics snapshot returned by stats.
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