github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/command/agent/test-resources/client_with_template.hcl (about) 1 client { 2 enabled = true 3 4 template { 5 max_stale = "300s" 6 block_query_wait = "90s" 7 8 wait { 9 min = "2s" 10 max = "60s" 11 } 12 13 wait_bounds { 14 min = "2s" 15 max = "60s" 16 } 17 18 consul_retry { 19 attempts = 5 20 backoff = "5s" 21 max_backoff = "10s" 22 } 23 24 vault_retry { 25 attempts = 10 26 backoff = "15s" 27 max_backoff = "20s" 28 } 29 30 nomad_retry { 31 attempts = 15 32 backoff = "20s" 33 max_backoff = "25s" 34 } 35 } 36 37 }