Ops App Server Safety

Prevent duplicate instances of long-running development processes (dev servers, application processes, Docker Compose stacks). Run a preflight check before launching to detect an already-running instance by port or process name; if already running, do not start a second one. Handle restarts by stopping the current instance gracefully (SIGTERM, escalate to SIGKILL only on timeout) before launching once. Use when this capability is needed.

tomevault-io c709b5d 2 files · 5.9 KB Updated

File contents

tomevault-io/skills-registry/tree/main/catwillgh--mainframe--ops-app-server-safety commit c709b5de8d

Frequently asked questions

npx skillmds@latest add tomevault-io/ops-app-server-safety