github.com/hhrutter/nomad@v0.6.0-rc2.0.20170723054333-80c4b03f0705/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  }