feat(ee): SIEM

This commit is contained in:
Philipinho
2026-09-04 14:31:43 +01:00
parent 5b85464561
commit c058024685
43 changed files with 2612 additions and 122 deletions
@@ -94,6 +94,14 @@ import { GeneralQueueProcessor } from './processors/general-queue.processor';
attempts: 3,
},
}),
BullModule.registerQueue({
name: QueueName.SIEM_QUEUE,
defaultJobOptions: {
removeOnComplete: true,
removeOnFail: true,
attempts: 1,
},
}),
BullModule.registerQueue({
name: QueueName.BASE_QUEUE,
defaultJobOptions: {