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 be29c80 commit 6d901d4Copy full SHA for 6d901d4
pkg/controller/queuejob/queuejob_controller_ex.go
@@ -303,7 +303,7 @@ func (qjm *XController) PreemptQueueJobs() {
303
continue
304
}
305
// cannot use cleanup AW, since it puts AW back in running state
306
- go qjm.qjqueue.AddUnschedulableIfNotPresent(updateNewJob)
+ qjm.qjqueue.AddUnschedulableIfNotPresent(updateNewJob)
307
308
// Move to next AW
309
0 commit comments