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

7 lines
94 B
HCL
Raw Normal View History

2015-12-01 00:51:56 +00:00
job "foo" {
periodic {
2015-12-19 01:51:30 +00:00
cron = "*/5 * * *"
prohibit_overlap = true
2015-12-01 00:51:56 +00:00
}
}