Clarify restart mode "fail"

Fixes GH-1885
This commit is contained in:
Seth Vargo
2016-11-01 08:56:34 -04:00
parent 5684db9095
commit b54f729349

View File

@@ -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.