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
commit d30a7c3e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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.