Skip to main content

Module unstick

Module unstick 

Source
Expand description

Unstick command - Attempt to recover stuck processes

Tries gentle recovery signals. Only terminates with –force.

Recovery sequence:

  1. SIGCONT (wake if stopped)
  2. SIGINT (interrupt, like Ctrl+C)

With –force: 3. SIGTERM (polite termination request) 4. SIGKILL (force, last resort)

Usage: proc unstick # Find and unstick all stuck processes proc unstick :3000 # Unstick process on port 3000 proc unstick 1234 # Unstick PID 1234 proc unstick node # Unstick stuck node processes

Structs§

UnstickCommand
Attempt to recover stuck processes