github.com/taylorchu/nomad@v0.5.3-rc1.0.20170407200202-db11e7dd7b55/jobspec/test-fixtures/periodic-cron.hcl (about)

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