Skip to content

Commit 86361bf

Browse files
committed
update-readme
1 parent 3eb0b6c commit 86361bf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Cronut supports **in-memory** scheduling of jobs within a single JVM. JDBC and d
4141

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

44+
A `job` or `trigger` is uniquely identified by a `key` consisting of a `name` and (optional) `group`.
45+
46+
A `job` can have multiple `triggers`, a `trigger` is for a single `job` only.
47+
4448
## Scheduler
4549

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

0 commit comments

Comments
 (0)