github.com/smithx10/nomad@v0.9.1-rc1/e2e/taskevents/input/simple_batch.nomad (about) 1 job "simple_batch" { 2 type = "batch" 3 datacenters = ["dc1"] 4 5 task "simple_batch" { 6 driver = "raw_exec" 7 config { 8 command = "sleep" 9 args = ["1"] 10 } 11 } 12 }