Skip to content

Commit

Permalink
Update queue_scheduler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdavidsmith committed Jun 13, 2024
1 parent 3e2ce31 commit 5c52355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scheduler/queue_scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func (sch *QueueScheduler) Schedule(ctx *armadacontext.Context) (*SchedulerResul
return fmt.Sprintf("{gangsConsidered=%d, jobsConsidered=%d, gangsScheduled=%d, "+
"firstGangConsideredSampleJobId=%s, firstGangConsideredResult=%s, firstGangConsideredQueuePosition=%d, "+
"lastGangScheduledSampleJobId=%s, lastGangScheduledQueuePosition=%d, lastGangScheduledQueueCost=%f,"+
"lastGangScheduledResources=%s, lastGangScheduledQueueResources=%s, time=%fs",
"lastGangScheduledResources=%s, lastGangScheduledQueueResources=%s, time=%fs}",
s.gangsConsidered,
s.jobsConsidered,
s.gangsScheduled,
Expand Down

0 comments on commit 5c52355

Please sign in to comment.