You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Pod ${podName} container status not available after waiting, but only PreStopHook failed (no ExceededGracePeriod). Assuming container may have succeeded.`,
129
+
);
130
+
returnfalse;// Be lenient - PreStopHook failure alone is not fatal
131
+
}
121
132
CloudRunnerLogger.log(
122
-
`Container status still not available after waiting. Assuming failure due to PreStopHook issues.`,
133
+
`Container status check completed. Exit code: ${containerExitCode}, PreStopHook failure: ${hasPreStopHookFailure}`,
134
+
);
135
+
}
136
+
137
+
// If we only have PreStopHook failure and no actual container failure, be lenient
0 commit comments