Open julienchastang opened 1 day ago
@julienchastang sure, how urgent is it? Do you have a tutorial/class starting soon?
Thanks for the quick response. My colleague at U Wisc is doing a class using Dask on December 6. However, I'd like to have some margin of error given the difficulties I've had with Dask in the past an also the forthcoming holidays. Again, thank you very much for this.
I keep seeing errors like those below. The cluster appears to try to start, but then seems to immediately die. Those logs are from the api-dask-gateway-
pod.
[W 2024-11-13 20:46:19.921 DaskGateway] 401 GET /api/v1/clusters/jhub.97e91ffd8162479e9faf6b5a704685d7?wait 0.368ms
[I 2024-11-13 20:46:23.119 DaskGateway] 200 GET /api/v1/clusters/jhub.97e91ffd8162479e9faf6b5a704685d7?wait 3196.878ms
[I 2024-11-13 20:46:23.122 DaskGateway] 204 DELETE /api/v1/clusters/jhub.97e91ffd8162479e9faf6b5a704685d7 0.254ms
Hi Andrea,
I am currently troubleshooting an issue with the Dask Gateway API. While accessing the API through Traefik works (e.g., http://traefik-dask-gateway/services/dask-gateway/api/health returns a
200
OK response), access via the service IP returns404
Not Found errors for all tested endpoints.I don't know if I am doing something wrong or the tutorial may need an update.
Thanks.