mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
docs: example of multiple crons (#18511)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user