QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
76 stars 23 forks source link

ISSUE: Dask doesn't kill workers when sphinx exits ungracefully #188

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

It doesn't look like worker processes are properly killed when a sphinx compilation (with execution) fails ungracefully. This is mainly an issue for testing and debugging.

mmcky commented 5 years ago

@AakashGfude is this still an issue?

mmcky commented 5 years ago

I don't think this is an issue anymore with the latest version. I will close this as my testing shows kernels being shutdown when cancelling a process.