Shut down scheduler on unrecoverable exceptions
Open
enhancement
scheduler
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
Several deadlocks (e.g., #8702, #8787) have been caused by exceptions during transition logic, stimuli-handling, or stealing. Instead of deadlocking and keeping a cluster alive indefinitely, we should force-close the scheduler instead similar to what we do on the worker (https://github.com/dask/distributed/issues/6206).
Contributor guide
Assessment
This issue has not been assessed yet.