open-nomad/jobspec/test-fixtures/periodic-cron.hcl

8 lines
132 B
HCL

job "foo" {
periodic {
cron = "*/5 * * *"
prohibit_overlap = true
time_zone = "Europe/Minsk"
}
}