Timeout Policy
# Pipeline Timeout
The maximum usage time for a pipeline is 20h
. If it exceeds 20h
,
the pipeline container will be automatically destroyed.
# Job Timeout
# No Output Timeout
By default, if there is no output in the output stream for a continuous 10min
in each Job
,
a timeout will be triggered. If the timeout parameter is declared,
the no output timeout duration changes to timeout
, the same as the Job
timeout duration.
# Maximum Timeout Duration
By default, if the entire Job
execution duration exceeds 1h
,
the timeout logic will be triggered.
If the timeout parameter is declared,
the timeout duration changes to timeout
, but it cannot exceed 12h
.
# Cloud Native Development Timeout
The default maximum usage time is 16h
. If it exceeds this,
the development environment will be forcibly destroyed. For more details,
see the document.