Skip to content

Commit 03254d8

Browse files
committed
One TODO is done, another to be done by launcher populator
Signed-off-by: Jun Duan <jun.duan.phd@outlook.com>
1 parent be469b3 commit 03254d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/controller/dual-pods/inference-server.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,6 @@ func (item infSvrItem) process(urCtx context.Context, ctl *controller, nodeDat *
531531
lcName := isc.Spec.LauncherConfigName
532532
lc, err := ctl.lcLister.LauncherConfigs(ctl.namespace).Get(lcName)
533533
if err != nil {
534-
// TODO(waltforme): introduce the 'enqueue requesters by launcherconfigs' logic to the controller
535534
return ctl.ensureReqStatus(ctx, requestingPod, serverDat,
536535
fmt.Sprintf("failed to get LauncherConfig %q: %v", lcName, err),
537536
)
@@ -623,7 +622,6 @@ func (item infSvrItem) process(urCtx context.Context, ctl *controller, nodeDat *
623622
}
624623
// Sleeper budget is met. Make a new launcher Pod.
625624

626-
// TODO(waltforme): introduce the 'enqueue requesters by launcher pods' logic to the controller.
627625
echo, err := podOps.Create(ctx, desiredLauncherPod, metav1.CreateOptions{})
628626
if err != nil {
629627
errMsg := err.Error()

0 commit comments

Comments
 (0)