Skip to content

Commit

Permalink
mark that periodic is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Jun 28, 2016
1 parent 0a5679e commit 4da45ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/source/docs/jobspec/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The `job` object supports the following keys:
* `periodic` - `periodic` allows the job to be scheduled at fixed times, dates
or intervals. The periodic expression is always evaluated in the UTC
timezone to ensure consistent evaluation when Nomad Servers span multiple
time zones. The `periodic` block supports the following keys:
time zones. The `periodic` block is optional and supports the following keys:
* `enabled` - `enabled` determines whether the periodic job will spawn child
jobs. `enabled` is defaulted to true if the block is included.
Expand Down
2 changes: 1 addition & 1 deletion website/source/docs/jobspec/json.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ The `Job` object supports the following keys:
* `Periodic` - `Periodic` allows the job to be scheduled at fixed times, dates
or intervals. The periodic expression is always evaluated in the UTC
timezone to ensure consistent evaluation when Nomad Servers span multiple
time zones. The `Periodic` object supports the following attributes:
time zones. The `Periodic` object is optional and supports the following attributes:
* `Enabled` - `Enabled` determines whether the periodic job will spawn child
jobs.
Expand Down

0 comments on commit 4da45ee

Please sign in to comment.