aiidateam / plumpy

A python workflows library that supports writing Processes with a well defined set of inputs and outputs that can be strung together.
https://plumpy.readthedocs.io
Other
8 stars 17 forks source link

WIP: Implement option to force kill #288

Open agoscinski opened 3 weeks ago

agoscinski commented 3 weeks ago

Do not peform stepping when force_kill command is send. This avoids getting stuck in the kill callback.

This is part of a solution for issue https://github.com/aiidateam/aiida-core/issues/6524 and goes together with the PR in https://github.com/aiidateam/aiida-core/pull/6575

Co-author @khsrali