Files
Wayne 1c9cecab47 feat(backend): Add BullMQ dashboard for job monitoring
This commit introduces a web-based UI for monitoring and managing background jobs using Bullmq.

Key changes:
- A new `/api/v1/jobs` endpoint is created, serving the Bull Board dashboard. Access is restricted to authenticated administrators.
- All BullMQ queue definitions (`ingestion`, `indexing`, `sync-scheduler`) have been centralized into a new `packages/backend/src/jobs/queues.ts` file.
- Workers and services now import queue instances from this central file, improving code organization and removing redundant queue instantiations.
2025-10-17 17:03:25 +02:00
..
2025-08-15 14:18:23 +03:00
2025-08-15 14:18:23 +03:00
2025-08-15 14:18:23 +03:00
2025-08-15 14:18:23 +03:00
2025-08-15 14:18:23 +03:00
2025-08-15 14:18:23 +03:00
2025-08-15 14:18:23 +03:00