question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[bug] Unable to connect to dashboard using Dask-Gateway and Labextension

See original GitHub issue

Describe the bug

Running the following on qhub v0.3.13 and v0.3.14 generates an accessible link for the dask cluster dashboards, but we are unable to reuse that link to access the dask extension.

from dask_gateway import Gateway
gateway = Gateway()

options = gateway.cluster_options()
options

cluster = gateway.new_cluster(options)
cluster

successful generates a working URL for the dashboards (can be accessed): image

Dashboard URL does not work: image

Expected behavior

  • The Dask lab extension should connect to the dask-gateway spawned cluster

How to reproduce

  • Launch a dask-gateway cluster and include the generated Dashboard URI in the Dask extension bar

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:18 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
viniciusdccommented, May 30, 2022

Some feedback on this, we have the fix already merged into dask-labextension repository and we will be including this in the next release! https://github.com/dask/dask-labextension/pull/229.

1reaction
costrouccommented, Feb 22, 2022

We will look at this issue for another 2 hours and then likely make the decision to move this to the 0.4.1 release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[bug] Unable to connect to dashboard using Dask-Gateway ...
First start a Gateway cluster · To mimic what lab-extension does (see the corresponding function here) we can then proceed with: · Now...
Read more >
Access dashboard for LocalCluster on pangeo deployments
Yesterday I found myself in a situation where it was very nice to have a dask dashboard to see things like the task...
Read more >
Jupyter Lab - dask-labextension not working - Stack Overflow
In juyerlab start up pop up error message - ERROR: "Dask Server Error Failed to list clusters: might the server extension not be ......
Read more >
dask/dask - Gitter
Dask gateway gives me: Cluster 'dask-gateway.sadfwgf' failed to start, see logs for more ... I use a dask PBS scheduler within ipython to...
Read more >
Latest Deploying Dask topics - Dask Forum - Discourse
Topic Replies Views Activity About the Deploying Dask category 0 130 October 25, 2021 Client connection to scheduler fails after 45s 2 11 December 21,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found