Better error when launching execution on misconfigured dask #2127
Labels
integration: dask
Related to dagster-dask
type: troubleshooting
Related to debugging and error messages
With a test job in
test-dask.py
:and
repository.yaml
Then launching a dask scheduler and worker:
Running this pipeline in dagit with config:
will result in:
When not specifying an address and running, it works fine, and launching a local dask scheduler/worker and specifying
localhost:8786
address also works. But, not specifying an address w/ a running local cluster produces that error, and we should provide the user with a clearer error messageThe text was updated successfully, but these errors were encountered: