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
klog.V(2).Infof("[Informer-addQJ] Stopping requeue for AW %s with status %s", latestAw.(*arbv1.AppWrapper).Name, latestAw.(*arbv1.AppWrapper).Status.State)
1666
+
break//Exit the loop
1667
+
}
1668
+
iferr==nil&&exists {
1669
+
// Enqueue the latest copy of the AW.
1670
+
if (qj.Status.State!=arbv1.AppWrapperStateCompleted&&qj.Status.State!=arbv1.AppWrapperStateFailed) &&hasCompletionStatus {
1671
+
cc.UpdateQueueJobs(latestAw.(*arbv1.AppWrapper))
1672
+
klog.V(2).Infof("[Informer-addQJ] Finished requeing AW to determine completion status")
klog.V(2).Infof("[Informer-updateQJ] Stopping requeue for AW %s with status %s", latestAw.(*arbv1.AppWrapper).Name, latestAw.(*arbv1.AppWrapper).Status.State)
1709
-
break//Exit the loop
1710
-
}
1711
-
iferr==nil&&exists {
1712
-
// Enqueue the latest copy of the AW.
1713
-
if (newQJ.Status.State!=arbv1.AppWrapperStateCompleted&&newQJ.Status.State!=arbv1.AppWrapperStateFailed) &&hasCompletionStatus {
1714
-
cc.UpdateQueueJobs(latestAw.(*arbv1.AppWrapper))
1715
-
klog.V(2).Infof("[Informer-updateQJ] Finished requeing AW to determine completion status")
0 commit comments