Nat Tabris

Results 10 issues of Nat Tabris

My anecdotal experience is that the search bar in dask docs rarely gives me the page I actually want. It doesn't appear to do a good job on search term...

documentation
enhancement

The docs say > Note that the get function treats underscores and hyphens identically (https://docs.dask.org/en/stable/configuration.html) Strictly speaking that's true, but it doesn't mean that you can use `_` and `-`...

documentation
config
needs attention
bug

The default behavior of xgboost with dask is to bind a listener to an ephemeral port on the scheduler. We had been trying to deploy dask in a way where...

Keeps an accumulated count on task prefix of number of tasks that have been in each state, and exposes this on Prometheus endpoint. Here's an example plot of this data...

Here's something I think would be nice, since it's often easier to tell people "run this CLI command" rather than "dig around in some YAML files looking for `foo` and...

config
needs attention
enhancement

The about message on this repo says > fsspec-compatible Azure Datake and Azure Blob Storage access I'm pretty sure that's supposed to be "Data Lake" since (as far as I...

Normally we use `Nanny` class with a preload that gets the scheduler address (so that we can start EC2 instances for scheduler and workers at the same time, rather than...

inactive-30d

There's a new doc about best practices. That's great! I *think* the suggestions about RMM pool and UCX are already configured for you if you use `CUDAWorker` class. Is that...

When you enter an email address that doesn't correspond to an existing use in a **sign in** flow, it's not unusual for it to tell you the email doesn't match...

I'd like to be able to start Dask using `python -m distributed.cli.dask_spec` like so: ```bash docker run rapidsai/base:24.04-cuda12.2-py3.9 python -m distributed.cli.dask_spec --spec [...] ``` But this gives me an error:...

bug
? - Needs Triage