managarten/services/mana-notify
Till-JS f4c49fe8f2 fix(mana-notify): resolve BullMQ circular import issue
Move queue name constants to separate file (queue-names.ts) to avoid
circular dependency between queue.module.ts and processor files.

The @Processor decorator evaluates at module load time, and importing
constants from queue.module.ts created a circular dependency that
resulted in undefined queue names.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 22:58:47 +01:00
..
src fix(mana-notify): resolve BullMQ circular import issue 2026-01-29 22:58:47 +01:00
CLAUDE.md feat(mana-notify): add central notification service 2026-01-29 22:07:38 +01:00
docker-compose.dev.yml feat(mana-notify): add central notification service 2026-01-29 22:07:38 +01:00
Dockerfile feat(mana-notify): add central notification service 2026-01-29 22:07:38 +01:00
drizzle.config.ts feat(mana-notify): add central notification service 2026-01-29 22:07:38 +01:00
nest-cli.json feat(mana-notify): add central notification service 2026-01-29 22:07:38 +01:00
package.json feat(mana-notify): add central notification service 2026-01-29 22:07:38 +01:00
tsconfig.json feat(mana-notify): add central notification service 2026-01-29 22:07:38 +01:00