github.com/dkerwin/nomad@v0.3.3-0.20160525181927-74554135514b/jobspec/test-fixtures/periodic-cron.hcl (about)

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