Consider allowing local_clients to stay within the threadpool
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
Currently local_client secedes from the thread pool to open up a slot in the worker. This helps to avoid deadlocks where all available workers are busy with long-running jobs.
It would be nice to make this optional.
Contributor guide
Assessment
This issue has not been assessed yet.