Merge pull request #8031 from BijanJohn/reschedule_delay_requirement
add notes about delay requirement for reschedule
This commit is contained in:
commit
d30a7c3e37
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue