rwadurian/backend
hailin af896db36c fix(mpc-service): don't await consumer.run() to prevent app startup blocking
consumer.run() never resolves as it runs continuously. Awaiting it
blocks onApplicationBootstrap which prevents app.listen() from being
called, causing the service to never start listening on port 3006.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 03:04:48 -08:00
..
.claude refactor: simplify mpc-service to gateway mode 2025-12-06 17:16:14 -08:00
api-gateway feat(profile): integrate referral and authorization APIs for profile page 2025-12-09 01:57:39 -08:00
infrastructure fix(minio): use HTTP-only nginx config for initial install 2025-12-07 22:18:23 -08:00
mpc-system fix: convert deploy.sh CRLF to LF and add executable permission 2025-12-07 07:01:13 -08:00
services fix(mpc-service): don't await consumer.run() to prevent app startup blocking 2025-12-09 03:04:48 -08:00