boomerang-io / community

The Boomerang community, roadmap, planning, and architecture repository. The central place for information on joining, contributing, and governance.
https://useboomerang.io
Apache License 2.0
11 stars 0 forks source link

Confirm timeout still works for Task Time Out #347

Open tlawrie opened 2 years ago

tlawrie commented 2 years ago

As part of the Tekton upgrades in 0.28.x there were improvements made to the activeDeadlineSeconds support. Essentially this sets the kube timeout to be 1.5 times the Task timeout so that Tekton ends the tasks before Kube ends the pod.

We need to double check the implementation of Task Run timeout and ensure/validate it still works as expected.