TECH DEBT TRIBUNALNo Graceful Shutdown — In-Flight Requests Killed
00:00Senior · ~30 min
📂 src
📄server.ts
server.ts
Loading...
Live Analysis
Cyclomatic ComplexityLIVE
0 / 4 target
Complexity is within acceptable limits.
ObjectivesPASS
4 / 4
  • Listen for SIGTERM signal
  • Call server.close
  • Add a timeout
  • Close the DB connection pool before exit
Acceptance TestsJest
/ 14
Submit to run acceptance suite.