github.com/ranjib/nomad@v0.1.1-0.20160225204057-97751b02f70b/jobspec/test-fixtures/periodic-cron.hcl (about)

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