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.
1 parent ffd15cd commit 5ee253cCopy full SHA for 5ee253c
website/content/docs/job-specification/periodic.mdx
@@ -48,6 +48,10 @@ consistent evaluation when Nomad spans multiple time zones.
48
be parsable by Golang's
49
[LoadLocation](https://golang.org/pkg/time/#LoadLocation).
50
51
+- `enabled` `(bool: true)` - Specifies if this job should run. This not only
52
+ prevents this job from running on the `cron` schedule but prevents force
53
+ launches.
54
+
55
## `periodic` Examples
56
57
The following examples only show the `periodic` stanzas. Remember that the
0 commit comments