We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c38f9c commit 86b7541Copy full SHA for 86b7541
pkg/lib/k8s/pod.go
@@ -305,7 +305,7 @@ func (c *Client) StalledPods() ([]kcore.Pod, error) {
305
return nil, err
306
}
307
for _, pod := range pods {
308
- if !libtime.OlderThanSeconds(pod.CreationTimestamp.Time, 3*60) {
+ if !libtime.OlderThanSeconds(pod.CreationTimestamp.Time, 5*60) {
309
continue
310
311
stalledPods = append(stalledPods, pod)
0 commit comments