-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TaskRun taking too long to complete #6316
Comments
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
The time to process a Given the version of this report, and the activity, I am going to close this. |
Expected Behavior
TaskRuns to finish shortly after the last step finishes executing
Actual Behavior
There're times that TaskRuns can take several minutes to update.
In the most extreme scenario, I've found this TaskRun.
Let me summarize it here:
Note that:
2023-03-07T18:24:53Z
status.startTime
tostatus.completionTime
it's 1h49m30s duration.(
2023-03-07T16:35:23Z
to2023-03-07T18:24:53Z
)status.steps[0].terminated.startedAt
to the last stepstatus.step[11].terminated.finishedAt
it's 9s duration (2023-03-07T16:35:49Z
to2023-03-07T16:35:58Z
)It might be related to load, but I couldn't confirm this with metrics.
throughout this execution.
except by the reconcile error count. I've investigated, and the problem is that
since we return this controller.NewRequeueAfter during the execution, we count that as errors, but it shouldn't be a problem.
Steps to Reproduce the Problem
I'm still not sure how to reproduce this problem, but it does happen every day
in our infrastructure, so I can try some fixes.
Additional Info
The text was updated successfully, but these errors were encountered: