Graceful Shutdown Process signal handling, connection draining, and clean resource teardown for NodeJS-Starter-V1. --- Metadata | Field | Value | | -------------- | -------------------------------------------------------- | | Skill ID | | | Category | Error Handling & Resilience | | Complexity | Medium | | Complements | , , | | Version | 1.0.0 | | Locale | en-AU | --- Description Codifies the shutdown lifecycle for both the FastAPI backend and Next.js frontend in NodeJS-Starter-V1. Covers OS signal handling (SIGTERM, SIGINT), connection pool draining, active request completion, WebSocket tear…