Expand description
Unstick command - Attempt to recover stuck processes
Tries gentle recovery signals. Only terminates with –force.
Recovery sequence:
- SIGCONT (wake if stopped)
- 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§
- Unstick
Command - Attempt to recover stuck processes