Skip to content

Commit

Permalink
Remove polling period from evaluator
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 committed Feb 14, 2025
1 parent 6ae744e commit 1c6383a
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 1c6383a

Please sign in to comment.