Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
3e8e1faa
Commit
3e8e1faa
authored
7 years ago
by
Iurii Skliar
Browse files
Options
Download
Email Patches
Plain Diff
Fix Website Docs for Periodic jobs TimeZone
parent
0e255b2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website/source/api/json-jobs.html.md
+3
-2
website/source/api/json-jobs.html.md
with
3 additions
and
2 deletions
+3
-2
website/source/api/json-jobs.html.md
+
3
-
2
View file @
3e8e1faa
...
...
@@ -198,7 +198,7 @@ The `Job` object supports the following keys:
- `Enabled` - `Enabled` determines whether the periodic job will spawn child
jobs.
- `
t
ime
_z
one` - Specifies the time zone to evaluate the next launch interval
- `
T
ime
Z
one` - Specifies the time zone to evaluate the next launch interval
against. This is useful when wanting to account for day light savings in
various time zones. The time zone must be parsable by Golang's
[LoadLocation](https://golang.org/pkg/time/#LoadLocation). The default is
...
...
@@ -222,7 +222,8 @@ The `Job` object supports the following keys:
```json
{
"Periodic": {
"Spec": "*/15 - *"
"Spec": "*/15 - *",
"TimeZone": "Europe/Berlin",
"SpecType": "cron",
"Enabled": true,
"ProhibitOverlap": true
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help