mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Merge pull request #1905 from hashicorp/sethvargo/faildocs
Clarify restart mode "fail"
This commit is contained in:
@@ -93,5 +93,5 @@ restart {
|
||||
`interval` is reached. This is the default behavior.
|
||||
|
||||
- `"fail"` - Instructs the scheduler to not attempt to restart the task on
|
||||
failure. This mode is useful for non-idempotent jobs which are not safe to
|
||||
simply restart.
|
||||
failure. This mode is useful for non-idempotent jobs which are unlikely to
|
||||
succeed after a few failures.
|
||||
|
||||
Reference in New Issue
Block a user