mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
docs: fix default restart values
This commit is contained in:
@@ -60,18 +60,18 @@ defaults by job type:
|
||||
|
||||
```hcl
|
||||
restart {
|
||||
attempts = 15
|
||||
attempts = 3
|
||||
delay = "15s"
|
||||
interval = "168h"
|
||||
interval = "24h"
|
||||
mode = "fail"
|
||||
}
|
||||
```
|
||||
|
||||
- The default non-batch restart policy is:
|
||||
- The default service and system job restart policy is:
|
||||
|
||||
```hcl
|
||||
restart {
|
||||
interval = "1m"
|
||||
interval = "30m"
|
||||
attempts = 2
|
||||
delay = "15s"
|
||||
mode = "fail"
|
||||
|
||||
Reference in New Issue
Block a user