TIMEOUT

Maximum execution time per pipeline run in seconds. Run is cancelled if exceeded.

Category: schedule-clauses

Syntax

TIMEOUT 3600

Description

The TIMEOUT clause sets the maximum allowed execution time, in seconds, for a single pipeline run triggered by this schedule. If the run has not completed within the specified duration, the scheduler cancels it and marks it as timed out. The value must be a positive integer. When omitted, no timeout is enforced and the run executes until it either succeeds or fails. Timed-out runs are eligible for automatic retry if the RETRIES clause is configured with a value greater than 0.

Open in interactive docs →   DeltaForge home →