Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d80tb7 committed Sep 12, 2023
1 parent 4a78687 commit e6d9b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func (s *Scheduler) Run(ctx *armadacontext.Context) error {
s.metrics.ResetGaugeMetrics()

if shouldSchedule && leaderToken.leader {
// Only the leader token does real scheduling rounds.
// Only the leader does real scheduling rounds.
s.metrics.ReportScheduleCycleTime(cycleTime)
s.metrics.ReportSchedulerResult(ctx, result)
ctx.Log.Infof("scheduling cycle completed in %s", cycleTime)
Expand Down

0 comments on commit e6d9b18

Please sign in to comment.