You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enable the instance owner to fully clean up when the job shell is unable to do so, the IMP SHALL handle SIGUSR1 as a surrogate for SIGKILL. Upon receipt of this signal, the IMP SHOULD deliver SIGKILL to all processes in the job’s container, including the job shell.
The IMP shall get the basename of the current cgroup directory at startup. If the directory begins with “imp-shell”, then the IMP SHALL deliver SIGKILL to all PIDs listed in cgroup.procs. Otherwise, the IMP SHALL deliver SIGKILL only to its direct child and optionally MAY include descendants.
This needs to be implemented.
The text was updated successfully, but these errors were encountered:
The RFC 15 signal handling section now specifies:
This needs to be implemented.
The text was updated successfully, but these errors were encountered: