multica/apps/gateway
Jiayuan Zhang fe7c772219 fix(gateway): add process-level error handlers and graceful shutdown
Add unhandledRejection and uncaughtException handlers to prevent the
gateway from crashing on unexpected errors. Add SIGTERM/SIGINT handlers
for graceful shutdown via app.close().

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 14:07:50 +08:00
..
database refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
migrations refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
public refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
scripts fix(gateway): rewrite Dockerfile to match current source layout 2026-02-12 13:27:41 +08:00
telegram fix(telegram): handle 409 polling conflict and add global error boundary 2026-02-15 14:07:49 +08:00
app.controller.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
app.module.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
Dockerfile fix(gateway): add build stage for workspace packages in Dockerfile 2026-02-15 05:46:41 +08:00
events.gateway.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
gateway.module.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
index.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
main.ts fix(gateway): add process-level error handlers and graceful shutdown 2026-02-15 14:07:50 +08:00
package.json fix(gateway): add build stage for workspace packages in Dockerfile 2026-02-15 05:46:41 +08:00
test-app.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
test-client.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
tsconfig.json refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
types.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00