diff --git a/src/cluster.jl b/src/cluster.jl index 2c8f2f7..463e501 100644 --- a/src/cluster.jl +++ b/src/cluster.jl @@ -607,7 +607,7 @@ function launch_n_additional_processes(manager, frompid, fromconfig, cnt, launch end end -function create_worker(manager, wconfig) +function create_worker(manager::ClusterManager, wconfig::WorkerConfig) # only node 1 can add new nodes, since nobody else has the full list of address:port @assert LPROC.id == 1 timeout = worker_timeout()