Skip to content

Commit 2310bff

Browse files
asm582openshift-merge-robot
authored andcommitted
fix typo in comment
1 parent 18ce712 commit 2310bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/queuejob/queuejob_controller_ex.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ func (cc *XController) updateQueueJob(oldObj, newObj interface{}) {
16951695
}
16961696
}
16971697
//updatequeuejobs now runs as a part of informer machinery. optimization here is to not use etcd to pullout submitted AWs and operate
1698-
//on slate Aws
1698+
//on stale AWs. This has potential to improve performance at scale.
16991699
if newQJ.Status.State != arbv1.AppWrapperStateCompleted && newQJ.Status.State != arbv1.AppWrapperStateFailed && newQJ.Status.State != "" {
17001700
requeueInterval := 30 * time.Second
17011701
key, err := cache.MetaNamespaceKeyFunc(newQJ)

0 commit comments

Comments
 (0)