Skip to content

v0.14.6

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 09:06

cluster_tools

Added

  • Added SIGINT handling to DaskExecutor. #959
  • Added support for resources (e.g. mem, cpus) to DaskExecutor. #959
  • The cluster address for the DaskExecutor can be configured via the DASK_ADDRESS env var. #959

Changed

  • Tasks using the DaskExecutor are run in their own process. This is required to not block the GIL for the dask worker to communicate with the scheduler. Env variables are propagated to the task processes. #959