Skip to content

Commit

Permalink
Remove polling period from evaluator (#10)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dee-kryvenko authored Feb 14, 2025
1 parent 6ae744e commit f216767
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ func (r *MostWantedTwoPhaseHysteresisEvaluationReconciler) Reconcile(ctx context
}
log.Info("Resource status updated", "projection", len(evaluation.Status.Projection))

// We should get a reconciliation request when poller is changed
// We should get a reconciliation request on poller changes
return ctrl.Result{}, nil
}

Expand Down

0 comments on commit f216767

Please sign in to comment.