Skip to content

Commit

Permalink
removed TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathguvvala committed Oct 21, 2024
1 parent 028cdc9 commit 0f4c0df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ func (s *Scheduler) doScheduleBinding(namespace, name string) (err error) {
metrics.BindingSchedule(string(ScaleSchedule), utilmetrics.DurationInSeconds(start), err)
return err
}
// TODO: Evaluate in what other scenarios is a fresh rescheduling required ie. when descheduling happens
if util.RescheduleRequired(rb.Spec.RescheduleTriggeredAt, rb.Status.LastScheduledTime) {
// explicitly triggered reschedule
klog.Infof("Reschedule ResourceBinding(%s/%s) as explicitly triggered reschedule", namespace, name)
Expand Down

0 comments on commit 0f4c0df

Please sign in to comment.