Delay in seconds between retry attempts.
RETRY_DELAY 60
The RETRY_DELAY clause specifies the number of seconds the scheduler waits between consecutive retry attempts after a pipeline run failure. The value must be a positive integer representing whole seconds. When omitted, the default delay is 60 seconds. This clause has no effect if RETRIES is set to 0 or if the run succeeds on the first attempt. The delay is applied uniformly between each retry; there is no exponential backoff unless modeled by defining separate schedules.