Skip to content

Commit 6d901d4

Browse files
asm582openshift-merge-robot
authored andcommitted
rem go thread to add to unschedulable queue
1 parent be29c80 commit 6d901d4

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
@@ -303,7 +303,7 @@ func (qjm *XController) PreemptQueueJobs() {
303303
continue
304304
}
305305
// cannot use cleanup AW, since it puts AW back in running state
306-
go qjm.qjqueue.AddUnschedulableIfNotPresent(updateNewJob)
306+
qjm.qjqueue.AddUnschedulableIfNotPresent(updateNewJob)
307307

308308
// Move to next AW
309309
continue

0 commit comments

Comments
 (0)