Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d80tb7 committed Jan 14, 2025
1 parent fd4b712 commit ab21792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scheduler/scheduling/scheduling_algo.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func (l *FairSchedulingAlgo) Schedule(
start := time.Now()
schedulerResult, sctx, err := l.SchedulePool(ctx, fsctx, pool.Name, pool.MarketDriven)

ctx.Infof("Scheduled on executor pool %s in %v with error %v", pool, time.Now().Sub(start), err)
ctx.Infof("Scheduled on executor pool %s in %v with error %v", pool.Name, time.Now().Sub(start), err)

if errors.Is(err, context.DeadlineExceeded) {
// We've reached the scheduling time limit;
Expand Down

0 comments on commit ab21792

Please sign in to comment.