backport of commit f37f84182db6ef657e64775fdc992721706bac88 (#18518)
Co-authored-by: Shantanu Gadgil <shantanugadgil@users.noreply.github.com>
This commit is contained in:
parent
c7b1966565
commit
27f53350ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue