managarten/services/mana-notify/src/queue/processors
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
..
email.processor.ts fix(mana-notify): resolve BullMQ circular import issue 2026-01-29 22:58:47 +01:00
matrix.processor.ts fix(mana-notify): resolve BullMQ circular import issue 2026-01-29 22:58:47 +01:00
push.processor.ts fix(mana-notify): resolve BullMQ circular import issue 2026-01-29 22:58:47 +01:00
webhook.processor.ts fix(mana-notify): resolve BullMQ circular import issue 2026-01-29 22:58:47 +01:00