Maximum number of retry attempts when a pipeline run fails.
RETRIES 3
The RETRIES clause sets the maximum number of automatic retry attempts the scheduler will make when a pipeline run triggered by this schedule fails. The value must be a non-negative integer; setting it to 0 disables retries entirely. When omitted, the default is 3 retries. Each retry is delayed by the interval specified in the RETRY_DELAY clause (defaulting to 60 seconds). Retries are counted per individual run invocation and reset on each new cron-triggered execution.