Handle build/taskrun timeout outside of resync #456
Labels
design
This task is about creating and discussing a design
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
Milestone
Capturing discussion over Slack, knative/build#543 breaks our timeout handling, because we rely on the resync to enforce timeouts.
build-pipeline
rely on the same for timeouts (or will with #355).The reason to change the resync time is the following
We need to rely on something else for build/taskrun timeouts, running a background goroutine in the controller, watching builds instead could be an option (we'll need to handle the case where the controller pod restarts, …)
/cc @imjasonh @bobcatfish @shashwathi @abayer
The text was updated successfully, but these errors were encountered: