Unable to view the status dashboard
See original GitHub issueIn today’s experiments with Dask + dask-jobqueue, I found that I could not load the Bokeh dashboard that @mrocklin keeps showing me 😄, which has kept me wondering what exactly is the progress on my simple, embarrassingly parallel task of “loading ~900+ matlab .mat
matrices into memory”.
The URL provided by the client is: http://172.16.23.102:8787/status
.
I’m able to ping the IP address in there:
$ ping 172.16.23.102
However, I’m unable to access the page in my browser; I get a timeout error.
In terms of network settings, I’m on my work VPN.
Is there something that’s blocking access that I’m missing?
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Unable to view HTTP Status Dashboard - Boomi Community
For the HTTP Status dashboard to be available, the Web Services/SOA feature needs to be enabled for corresponding account.
Read more >unable to view Site status in Tableau server
Hi,. I'm getting an error in loading Tableau Administrative views with the below error, We are on Tableau server 2020.4.1 Linux.
Read more >Google Workspace Status Dashboard
This page provides status information on the services that are part of Google Workspace. Check back here to view the current status of...
Read more >How do you show services in a Dashboard - N-able
Under Devices > Devcies View > Dashboard if you only enable dashboards you will be presented with a warning for that user that...
Read more >AWS Health Dashboard - Dec 23, 2022
View the overall status and health of AWS services using the AWS Health Dashboard.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The way I have got a similar setup to work in the past is to do ssh tunneling:
Then I can just open http://localhost:33023 on my local machine and see the status page. Slightly cumbersome but I am afraid I don’t know of a more convenient way of doing it. This approach (which is not dask-specific at all) is mentioned in the distributed doc.
@jhamman happy to do so. Give me a few hours (busy till later) and I’ll be happy to PR in.