Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ Cronut supports **in-memory** scheduling of jobs within a single JVM. JDBC and d

A quartz `scheduler` runs a `job` on a schedule defined by a `trigger`.

A `job` or `trigger` is uniquely identified by a `key` consisting of a `name` and (optional) `group`.

A `job` can have multiple `triggers`, a `trigger` is for a single `job` only.

## Scheduler

Cronut provides access to the Quartz Scheduler, exposed via the `cronut/scheduler` function.
Expand Down