diff --git a/backend/schedulerd/executor.go b/backend/schedulerd/executor.go index ef9f28cd4..589f07d14 100644 --- a/backend/schedulerd/executor.go +++ b/backend/schedulerd/executor.go @@ -198,7 +198,7 @@ func (a *AdhocRequestExecutor) listenQueue(ctx context.Context) { continue } - //create new context + //create a new context newCtx := corev2.SetContextFromResource(ctx, &check) if err = a.processCheck(newCtx, &check); err != nil { select {