Andrei Budnik
Andrei Budnik
In our case we have a containerizer process that prepares system environment (changes process capabilities, mounts directories, changes rootfs, etc.) before launching another executable via `fork()+exec()`. It is unsafe to...
It is possible to specify "exclusive" jobs, so exactly one submitted job will be executed at a single worker. Also, max_cpu limits number of simultaneously running tasks of a job....
I think that adding parameter like "num_threads_per_task" requires some improvements in master's scheduler code. Overall idea seems good to me.