dask / dask-jobqueue

Deploy Dask on job schedulers like PBS, SLURM, and SGE
https://jobqueue.dask.org
BSD 3-Clause "New" or "Revised" License
235 stars 142 forks source link

Rename `extra` #576

Closed jolange closed 2 years ago

jolange commented 2 years ago

Renamed extra to worker_extra_args and added a FutureWarning for extra.

If worker_extra_args is empty, extra will still be respected (see new tests).

Resolves https://github.com/dask/dask-jobqueue/issues/323