We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861b301 commit ed7ee82Copy full SHA for ed7ee82
src/slurm.jl
@@ -76,6 +76,8 @@ function launch(manager::SlurmManager, params::Dict, instances_arr::Array,
76
break # break if specification found
77
end
78
79
+ # Sleep for some time to limit ressource usage while waiting for the job to start
80
+ sleep(0.1)
81
82
config = WorkerConfig()
83
config.port = parse(Int, slurm_spec_match[2])
0 commit comments