Skip to content

cleanup non-persistent processes on exit #11

@43081j

Description

@43081j

if a process is executed with persist: false (default), we should probably forcefully kill it on exit of the parent process.

this won't be as simple as process.on('exit', onExit) since some things won't fire an exit event (but may fire signal events).

we probably just need to listen on exit and some common signals like SIGTERM.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions