Pipelineruns with PipelineRunPending
state are not timing out
#3830
VeereshAradhya
started this conversation in
General
Replies: 1 comment
-
This is expected behaviour, see the corresponding TEP-0015. Having a timeout for pipelines in pending state was not part of the original feature design. The responsibility for starting pipelines in pending state lies outside of the Tekton controller, so it could be argued that the same applies for timeout or cleanup of pipeline runs that are in pending state. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was testing PipelineRunPending state and I observed that when I set the timeout even after the timeout exceeds the pipelinerun stays in Running(PipelineRunPending) status. Is it because the pipelinerun is not started yet? Is this expected?
Below are the pipelinerun which are in
Running(PipelineRunPending)
state from more than 2 daysBeta Was this translation helpful? Give feedback.
All reactions