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
WARNING: The behavior reported here may not be a bug. For example, the consensus may be: "You must set your environment variables before importing dask." However, I want to document the recent change in behavior, because it's breaking dask-cuda CI.
What happened:
The workers within a LocalCluster do not use environment variables to set default config options unless the environment variables were set beforedask was imported.
What you expected to happen:
Environment variables should still be used to set dask.config defaults after importing dask.
WARNING: The behavior reported here may not be a bug. For example, the consensus may be: "You must set your environment variables before importing dask." However, I want to document the recent change in behavior, because it's breaking dask-cuda CI.
What happened:
The workers within a
LocalCluster
do not use environment variables to set default config options unless the environment variables were set beforedask
was imported.What you expected to happen:
Environment variables should still be used to set
dask.config
defaults after importingdask
.Minimal Complete Verifiable Example:
The text was updated successfully, but these errors were encountered: