14360: Fix log spam on normal race condition.
[arvados.git] / lib / dispatchcloud / scheduler / interfaces.go
index 467247ad9ba7070aee6d3efcf25db9d6baac20b7..59700c393523844094a0845922b767cd7da56e31 100644 (file)
@@ -32,7 +32,7 @@ type ContainerQueue interface {
 type WorkerPool interface {
        Running() map[string]time.Time
        Unallocated() map[arvados.InstanceType]int
-       Workers() map[worker.State]int
+       CountWorkers() map[worker.State]int
        AtQuota() bool
        Create(arvados.InstanceType) error
        Shutdown(arvados.InstanceType) bool