tmi
tmi
Closes https://github.com/dask/distributed/issues/4429. I sorta pick where https://github.com/dask/distributed/pull/4431 left off and handle the conflicting case. In detail: 1. Unify multiple occurrences of 8786 into a single constant `DEFAULT_SCHEDULER_PORT`. 2. Change the...
Closes https://github.com/dask/distributed/issues/7959 . I aimed for a minimalistic implementation, and named it consistently with the existing `no_workers_timeout`. - The original issue does not address whether to respect running/queued jobs or...
Switching the `eccodes` python package to rely on wheelchain -- in particular, the wheel produced in https://github.com/ecmwf/eccodes/pull/277 The changes are in short: 1/ switching the wheel build to be done...
Minor fix in the bash script for wheel building
Note: requires eckit release with `feature/eckit-geo` included
Enables proc for the python wheel -- relying on a brew install on mac, building custom on linux
# Feature or enhancement A number of `join` methods, such as on Process, expose a timeout option. This allows for "let child process compute, but in case of it crashing...