You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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