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

6 lines
67 B
HCL

job "foo" {
periodic {
cron_spec = "*/5 * * *"
}
}