MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / teardown

Function teardown

e2e/scripts/boot-stack.ts:64–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62console.log(`ready: ${baseUrl}`);
63
64const teardown = async () => {
65 await procs.teardown();
66 await workos.close();
67 await autumn.close();
68 process.exit(0);
69};
70process.on("SIGINT", () => void teardown());
71process.on("SIGTERM", () => void teardown());

Callers 2

boot-stack.tsFile · 0.70
shutdownFunction · 0.70

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected