We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb0b6c commit 86361bfCopy full SHA for 86361bf
1 file changed
README.md
@@ -41,6 +41,10 @@ Cronut supports **in-memory** scheduling of jobs within a single JVM. JDBC and d
41
42
A quartz `scheduler` runs a `job` on a schedule defined by a `trigger`.
43
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
48
## Scheduler
49
50
Cronut provides access to the Quartz Scheduler, exposed via the `cronut/scheduler` function.
0 commit comments