TASK_RETRY_COUNT - UAG configuration option
Description
The TASK_RETRY_COUNT option specifies the number of attempts to retry a task, in an interval specified by the TASK_RETRY_INTERVAL configuration option, before the task goes to the Failed status.
Usage
Method | Syntax | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
Configuration File Keyword | task_retry_count number |
Values
number is the number of retry attempts to make before the task goes to the Failed status.
- If number is 0 or is not specified, the feature is disabled and task execution behaves as usual.
- If number is >0, every failure to start a task causes it to be rerun.