Skip to content

<defunct> processes #53

Description

@tom-bop

With a process that's died, we end up seeing zombies that angel hasn't reaped:

$ ps aux | grep my-program
... [my-program] <defunct>
... [my-program] <defunct>
... [my-program] <defunct>
... [my-program] <defunct>

Angel seems to successfully be attempting to restart the process (recognizing it's dead and respawning), after the delay period, which is good, but it leaves these defunct processes around. Shouldn't it "reap" them?

(The processes have a termgrace = 10 set)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions