docs: example of multiple crons (#18511)

This commit is contained in:
Shantanu Gadgil
2023-09-15 19:40:56 +05:30
committed by GitHub
parent 1339599185
commit f37f84182d

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