We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eb0b6c + 86361bf commit 3bd5bd6Copy full SHA for 3bd5bd6
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