Skip to content

Commit

Permalink
Update outdate method comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabedos committed Dec 26, 2024
1 parent 785f509 commit 3a1c7af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/clusteragent/clusterchecks/dispatcher_main.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,8 @@ func (d *dispatcher) reset() {
d.store.reset()
}

// scanExtendedDanglingConfigs scans the store for extended dangling configs
// The attemptLimit is the number of times a reschedule is attempted before
// considering a config as extended dangling.
// scanUnscheduledChecks scans the store for configs that have been
// unscheduled for longer than the unscheduledCheckThresholdSeconds
func (d *dispatcher) scanUnscheduledChecks() {
d.store.Lock()
defer d.store.Unlock()
Expand Down

0 comments on commit 3a1c7af

Please sign in to comment.