mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
Merge pull request #8031 from BijanJohn/reschedule_delay_requirement
add notes about delay requirement for reschedule
This commit is contained in:
@@ -63,6 +63,7 @@ every node.
|
||||
|
||||
- `delay` `(string: <varies>)` - Specifies the duration to wait before attempting
|
||||
to reschedule a failed task. This is specified using a label suffix like "30s" or "1h".
|
||||
Delay cannot be less than 5 seconds.
|
||||
|
||||
- `delay_function` `(string: <varies>)` - Specifies the function that is used to
|
||||
calculate subsequent reschedule delays. The initial delay is specified by the delay parameter.
|
||||
|
||||
Reference in New Issue
Block a user