backport of commit f37f84182db6ef657e64775fdc992721706bac88 (#18518)

Co-authored-by: Shantanu Gadgil <shantanugadgil@users.noreply.github.com>
This commit is contained in:
hc-github-team-nomad-core 2023-09-15 09:21:19 -05:00 committed by GitHub
parent c7b1966565
commit 27f53350ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -86,6 +86,18 @@ periodic {
}
```
### Run multiple crons
```hcl
periodic {
crons = [
"*/5 * * *",
"*/7 * * *"
]
time_zone = "America/New_York"
}
```
## Daylight Saving Time
Though Nomad supports configuring `time_zone`, we strongly recommend that periodic