Conversation
Bumps [executorlib](https://github.com/pyiron/executorlib) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/pyiron/executorlib/releases) - [Commits](pyiron/executorlib@executorlib-1.8.0...executorlib-1.9.0) --- updated-dependencies: - dependency-name: executorlib dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
The direction of this attack seems good to me.
I guess the weakening of the |
|
I guess the This callback has been anticipating to run when the output is finished (either successfully or in an error), and now we call it when shutting down the executor. I.e. it's being invoked prematurely. ATM my best understanding is that we want to ignore the callback on future cancellation, but otherwise retain the try/except/finally pattern to handle the future raising an error. |
|
Closed in favour of #816 |
No description provided.