then options is empty. According to the docs options should contain e.g. worker_cores.
dask-gateway version is 0.9.0.
EDIT: I should add that everything else works like a charm.
EDIT2: I get a weird 401 on the API service when asking for the options: [W 2022-01-28 11:38:55.167 DaskGateway] 401 GET /api/v1/options 0.435ms
@dzelge Hi and welcome to Discourse! I’m still looking into it, but a 401 error suggests some permission issues (see this implementation that makes an HTTP request) – maybe it’s related to how you’re implementing authentication? Could you please share some details about your authentication setup?
Hi @dzelge. The 401 just indicates that your client hadn’t done an authentication cycle yet, it’s not a signal that things aren’t working properly (note that the client didn’t see any errors).
In the case of empty cluster options - note that no cluster options are configured by default. You need to manually expose them when configuring your dask-gateway-server process. See Exposing Cluster Options — Dask Gateway 2022.6.1 documentation for more information.