From 5ee253c8adc0799ab382a134dac3b59ee0f981aa Mon Sep 17 00:00:00 2001 From: hc-github-team-nomad-core <82989552+hc-github-team-nomad-core@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:08:47 -0400 Subject: [PATCH] backport of commit 8d0a99c7a7a1107bf6f77f282f0b4d4dd08db7f9 (#14782) This pull request was automerged via backport-assistant --- website/content/docs/job-specification/periodic.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/content/docs/job-specification/periodic.mdx b/website/content/docs/job-specification/periodic.mdx index a867827f19b..733fead0f3d 100644 --- a/website/content/docs/job-specification/periodic.mdx +++ b/website/content/docs/job-specification/periodic.mdx @@ -48,6 +48,10 @@ consistent evaluation when Nomad spans multiple time zones. be parsable by Golang's [LoadLocation](https://golang.org/pkg/time/#LoadLocation). +- `enabled` `(bool: true)` - Specifies if this job should run. This not only + prevents this job from running on the `cron` schedule but prevents force + launches. + ## `periodic` Examples The following examples only show the `periodic` stanzas. Remember that the