Skip to content

Commit 0ce06f8

Browse files
committed
Fixed potential regression.
1 parent 8bbb054 commit 0ce06f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controller/queuejob/queuejob_controller_ex.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,7 @@ func (qjm *XController) ScheduleNext() {
11161116
klog.V(10).Infof("[ScheduleNext] %s found more recent copy from cache &apiQueueJob=%p apiQueueJob=%+v", apiCacheAWJob.Name, apiCacheAWJob, apiCacheAWJob)
11171117
apiCacheAWJob.DeepCopyInto(qj)
11181118
}
1119+
qjm.schedulingAW.AtomicSet(qj)
11191120

11201121
// Re-compute SystemPriority for DynamicPriority policy
11211122
if qjm.serverOption.DynamicPriority {

0 commit comments

Comments
 (0)