Skip to content

Commit 3bd5bd6

Browse files
authored
Merge pull request #21 from factorhouse/update-readme
Update readme
2 parents 3eb0b6c + 86361bf commit 3bd5bd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)