mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Fixes nomad validate that broke when changing default values in example.nomad
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user