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

8 lines
132 B
HCL
Raw Normal View History

2015-12-01 00:51:56 +00:00
job "foo" {
2019-10-11 12:00:05 +00:00
periodic {
cron = "*/5 * * *"
prohibit_overlap = true
time_zone = "Europe/Minsk"
}
2015-12-01 00:51:56 +00:00
}