Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

(tick)

(tick)


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.
  • No labels