Update selector_task.go

This commit is contained in:
stirlingx 2020-11-03 09:20:48 +08:00 committed by GitHub
parent a5c05f87f1
commit b5d2f01993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,4 +45,4 @@ func (s *taskSelector) Cmp(ctx context.Context, _ sealtasks.TaskType, a, b *work
return a.utilization() < b.utilization(), nil return a.utilization() < b.utilization(), nil
} }
var _ WorkerSelector = &allocSelector{} var _ WorkerSelector = &taskSelector{}