Compound AI OpsFOUNDER PEERLIST13 September 2026
Dashboard gate
FAILED CHECKS, WORKER TREES KILLED
The dashboard gate now kills failed-check worker process trees
https://thecompound.tech/pl/ue32fv
Our dashboard gate checks the dashboard before deploy, and one failed check left its Next.js workers alive for 37 minutes. The old cleanup killed whatever listened on the chosen port, but it did not kill the child processes under the server shell. I changed the gate to keep the PID it started. It now kills that process tree after the check.