Closed garlick closed 2 weeks ago
Problem: flux imp kill will be deprecated but the job manager uses it to terminate housekeeping and prolog/epilog tasks.
flux imp kill
Just use regular subprocess_kill() and the IMP should forward signals.
subprocess_kill()
First we need flux-framework/flux-security#188 though.
Problem:
flux imp kill
will be deprecated but the job manager uses it to terminate housekeeping and prolog/epilog tasks.Just use regular
subprocess_kill()
and the IMP should forward signals.First we need flux-framework/flux-security#188 though.