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 a59ad81 commit dbfeb9cCopy full SHA for dbfeb9c
pkg/scheduler/scheduler.go
@@ -526,7 +526,7 @@ func (sched *Scheduler) Run(ctx context.Context) {
526
sched.SchedulingQueue.Run(logger)
527
528
if sched.APIDispatcher != nil {
529
- go sched.APIDispatcher.Run(logger)
+ sched.APIDispatcher.Run(logger)
530
}
531
532
// We need to start scheduleOne loop in a dedicated goroutine,
0 commit comments