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

8 lines
129 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
2017-02-15 22:37:06 +00:00
time_zone = "Europe/Minsk"
2015-12-01 00:51:56 +00:00
}
}