Dask workers not starting #178
-
Hi - thanks for all your work on MPC. I'm really enjoying working on it. I'm trying to setup a dask cluster as follows:
but workers don't seem to start. I have waited for hours. Am i doing something wrong? dashboard: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Same problem here |
Beta Was this translation helpful? Give feedback.
-
I've also had the same problem the past 3 or 4 days |
Beta Was this translation helpful? Give feedback.
-
I'll take a closer look when I get back to a computer, but most likely you aren't doing anything wrong. The Planetary Computer Hub is just a JupyterHub deployment on AKS (https://github.com/Microsoft/planetary-computer-hub). All the users get worker nodes from a shared pool of nodes. If that node pool reaches its maximum size, you'll see this behavior: i.e. zero feedback about what's going on, other than no workers showing up. The lack of feedback is really unfortunate, but I don't see an (easy) way to expose this information. By users of the Hub don't have access to the Kubernetes API, which is where this information resides There are a few options:
|
Beta Was this translation helpful? Give feedback.
I'll take a closer look when I get back to a computer, but most likely you aren't doing anything wrong.
The Planetary Computer Hub is just a JupyterHub deployment on AKS (https://github.com/Microsoft/planetary-computer-hub). All the users get worker nodes from a shared pool of nodes. If that node pool reaches its maximum size, you'll see this behavior: i.e. zero feedback about what's going on, other than no workers showing up. The lack of feedback is really unfortunate, but I don't see an (easy) way to expose this information. By users of the Hub don't have access to the Kubernetes API, which is where this information resides
There are a few options: