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

7 lines
94 B
HCL

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