it0/packages/services/auth-service/src
hailin 9a1ecf10ec fix: add restart policy, global error handlers, and fix tenant schema bug
- Add restart: unless-stopped to all 12 Docker services
- Add process.on(unhandledRejection/uncaughtException) to all 7 service main.ts
- Fix handleEventTrigger using tenantId UUID as schema name instead of slug lookup
- Wrap Redis event subscription callbacks in try/catch

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 05:30:34 -08:00
..
application/services fix: use underscores in tenant slug for valid PostgreSQL schema names 2026-02-22 03:23:14 -08:00
domain feat: add dual tenant registration (self-service + invitation) 2026-02-22 03:10:18 -08:00
infrastructure fix: per-service JWT in Kong, fix auth-service tenant-aware repos 2026-02-21 23:31:32 -08:00
interfaces/rest/controllers feat: add dual tenant registration (self-service + invitation) 2026-02-22 03:10:18 -08:00
auth.module.ts feat: add dual tenant registration (self-service + invitation) 2026-02-22 03:10:18 -08:00
main.ts fix: add restart policy, global error handlers, and fix tenant schema bug 2026-02-23 05:30:34 -08:00