Merge pull request #8031 from BijanJohn/reschedule_delay_requirement

add notes about delay requirement for reschedule
This commit is contained in:
Mahmood Ali
2020-06-23 08:39:03 -04:00
committed by GitHub

View File

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