Skip to content

Commit f216767

Browse files
authored
Remove polling period from evaluator (#10)
Evaluator will receive events when poller changes, so naturally this option was not even used. Although it could become a problem for external pollers, but we will cross that bridge when (if) we get there.
1 parent 6ae744e commit f216767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/autoscaler/mostwantedtwophasehysteresisevaluation_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ func (r *MostWantedTwoPhaseHysteresisEvaluationReconciler) Reconcile(ctx context
336336
}
337337
log.Info("Resource status updated", "projection", len(evaluation.Status.Projection))
338338

339-
// We should get a reconciliation request when poller is changed
339+
// We should get a reconciliation request on poller changes
340340
return ctrl.Result{}, nil
341341
}
342342

0 commit comments

Comments
 (0)