Cameron Chafetz

Results 1 issues of Cameron Chafetz

**Describe the issue**: My GPU worker cannot start via the ``` "command": [ "dask-cuda-worker" if self._worker_gpu else "dask-worker", "--nthreads", "{}".format( max(int(self._worker_cpu / 1024), 1) if self._worker_nthreads is None else self._worker_nthreads...

bug
provider/aws/ecs