Jacob Tomlinson

Results 1322 comments of Jacob Tomlinson

That sounds about right to me. I expect if there are other states then mypy will complain when you try to add the Literal hint anyway. Feel free to ping...

Thanks for looking further into this. All Dask components (client, scheduler, workers) track their system metrics in order to make various decisions. So I wouldn't be surprised at all about...

That's definitely a lot of unecessary overhead. If someone has time to look at this I would start by exploring whether there is a more performant alternative to `psutil.net_io_counters()` on...

Thanks for writing this up and also documenting your workaround. This problem feels broad enough that we should put this in distributed. Do you have any interest in opening a...

This doesn't look in a good state to review to I've converted it to a draft. Please feel free to @ mention me when you're ready for a review.

This is looking good @DPeterK. Just needs some tests now. I would look at the [SSHCluster](https://github.com/dask/distributed/blob/main/distributed/deploy/tests/test_ssh.py) and [LocalCluster](https://github.com/dask/distributed/blob/main/distributed/deploy/tests/test_local.py) tests for some ideas. I expect you will need a fixture which...

@jrbourbeau usually had good pointers on testing.

I think it was just a lack of review capacity. Sorry this has sat here for so long @DPeterK! @panas2567 do you have any interest in trying to push these...

I think this was also the same use case that @DPeterK had