docker support locking a container to a specific CPU, we should have a feature that enables each task to get it's own CPU core. Obviously, this puts a limit on the concurrency, as we can't run more tasks than we have CPU cores.
docker support locking a container to a specific CPU, we should have a feature that enables each task to get it's own CPU core.
Obviously, this puts a limit on the concurrency, as we can't run more tasks than we have CPU cores.