github.com/maier/nomad@v0.4.1-0.20161110003312-a9e3d0b8549d/jobspec/test-fixtures/periodic-cron.hcl (about)

     1  job "foo" {
     2      periodic {
     3          cron = "*/5 * * *"
     4          prohibit_overlap = true
     5      }
     6  }