distributed
https://github.com/dask/distributed
Python
A distributed task scheduler for Dask
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported38 Subscribers
View all SubscribersAdd a CodeTriage badge to distributed
Help out
- Issues
- remove *NUM_THREADS env variables from default config
- Fix apparent race condition between message processing and `Cluster.scheduler_info`
- StreamClosedError when calling client.shutdown()
- Dask may stop the instances on the middle of calculation without objective reason
- While registering a scheduler plugin get TypeError: PooledRPCCall.__getattr__.<locals>.send_recv_from_rpc() takes 0 positional arguments but 1 was given
- Priorities are ignored when stealing tasks
- Increasing value of `OMP_NUM_THREADS` reduces performance even when controlling for `n_workers` and `threads_per_worker`
- `RuntimeError: Not enough arguments provided: missing keys` in `dask.persist` with mix of `Future` and `Delayed`
- Warn (and eventually raise) when client.scatter is used with Active Memory Manager enabled
- Reuse worker to scheduler WS connection for scheduling
- Docs
- Python not yet supported