Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEP for runtime scheduling only TaskRun timeouts ⏱️
This TEP addresses tektoncd/pipeline#4078 by proposing that at runtime `TaskRuns` can be configured with a new timeout that applies before they actually start executing - and only after that are the existing timeouts applied. This is meant to make it possible to control when our existing timeout feature works in resource constrained environment and also to get parity with [Google Cloud Build's existing queuettl feature](https://cloud.google.com/build/docs/build-config-file-schema#queuettl).
- Loading branch information