flux-framework / flux-core

core services for the Flux resource management framework
GNU Lesser General Public License v3.0
168 stars 50 forks source link

job-manager: don't use flux imp kill to signal housekeeping, perilog #6409

Closed garlick closed 2 weeks ago

garlick commented 3 weeks ago

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.