Skip to content

Commit

Permalink
Worker sharing: scan all hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Alekseev committed Nov 30, 2021
1 parent 9468ea2 commit 386ef75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/EmceeLib/Commands/StartQueueServerCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public final class StartQueueServerCommand: Command {
let queueServerPortProvider = SourcableQueueServerPortProvider()

let remotePortDeterminer = RemoteQueuePortScanner(
hosts: [currentHostName],
hosts: queueServerConfiguration.queueServerDeploymentDestinations.map(\.host),
logger: logger,
portRange: EmceePorts.defaultQueuePortRange,
requestSenderProvider: try di.get()
Expand Down

0 comments on commit 386ef75

Please sign in to comment.