Skip to content

Commit

Permalink
Document jitter
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Dec 18, 2015
1 parent d9ed84e commit 375af2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/source/docs/jobspec/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ The `restart` object supports the following keys:
controlled by `mode`.

* `delay` - A duration to wait before restarting a task. It is specified as a
time duration using the `s`, `m`, and `h` suffixes, such as `30s`.
time duration using the `s`, `m`, and `h` suffixes, such as `30s`. A random
jitter of up to 25% is added to the the delay.

* `on_success` - `on_success` controls whether a task is restarted when the
task exits successfully.
Expand Down

0 comments on commit 375af2b

Please sign in to comment.