Fixes nomad validate that broke when changing default values in example.nomad

This commit is contained in:
Preetha Appan
2018-02-05 17:22:13 -06:00
parent 3c2692a4d4
commit d4337d25c3

View File

@@ -184,7 +184,7 @@ job "example" {
restart {
# The number of attempts to run the job within the specified interval.
attempts = 2
interval = "15s"
interval = "30m"
# The "delay" parameter specifies the duration to wait before restarting
# a task after it has failed.